First Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Modules\Core\Auth\Models\Staff as CoreStaff;
|
||||
|
||||
class Staff extends CoreStaff
|
||||
{
|
||||
public function getMorphClass(): string
|
||||
{
|
||||
return 'staff';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user