first change
This commit is contained in:
10
Modules/Employee/app/Interfaces/EmployeeInterface.php
Normal file
10
Modules/Employee/app/Interfaces/EmployeeInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Employee\Interfaces;
|
||||
|
||||
use App\Interfaces\ModelInterface;
|
||||
|
||||
interface EmployeeInterface extends ModelInterface
|
||||
{
|
||||
public function terminate($id);
|
||||
}
|
Reference in New Issue
Block a user