Cost units can be edited
This commit is contained in:
11
app/RelationModels/CostUnitTreasures.php
Normal file
11
app/RelationModels/CostUnitTreasures.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\RelationModels;
|
||||
|
||||
use App\Scopes\CommonModel;
|
||||
|
||||
class CostUnitTreasures extends CommonModel
|
||||
{
|
||||
protected $table = 'cost_unit_treasurers';
|
||||
protected $fillable = ['cost_unit_id', 'user_id'];
|
||||
}
|
||||
Reference in New Issue
Block a user