print sag

This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-13 14:20:59 +08:00
parent aae73d8f36
commit 3dcbdb5a2b
4 changed files with 48 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class CawanganDetail extends Model
{
protected $table = 'cawangan';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}