ok
This commit is contained in:
8
Production/SNIPE-IT/app/Models/ICompanyableChild.php
Normal file
8
Production/SNIPE-IT/app/Models/ICompanyableChild.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
interface ICompanyableChild
|
||||
{
|
||||
public function getCompanyableParents();
|
||||
}
|
Reference in New Issue
Block a user