install
This commit is contained in:
11
app/Modules/Branch/Interfaces/BelongsToBranch.php
Normal file
11
app/Modules/Branch/Interfaces/BelongsToBranch.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\Branch\Interfaces;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int $branch_id
|
||||
*
|
||||
* @phpstan-require-extends \Illuminate\Database\Eloquent\Model
|
||||
*/
|
||||
interface BelongsToBranch {}
|
||||
Reference in New Issue
Block a user