Add Module Branch and Currency
This commit is contained in:
10
app/Models/Branch.php
Normal file
10
app/Models/Branch.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Basicdata\Models;
|
||||
|
||||
|
||||
class Branch extends Base
|
||||
{
|
||||
protected $table = 'branches';
|
||||
protected $fillable = ['code', 'name', 'status', 'authorized_at', 'authorized_status', 'authorized_by'];
|
||||
}
|
||||
Reference in New Issue
Block a user