mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
1fbdc795ff
- Update Standard Segment Constant Logic Class - List Standard Segment Constant Logic Class - List Standard Segment Logic Class
12 lines
187 B
PHP
12 lines
187 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
use Spatie\Permission\Models\Role as SpatieRole;
|
|
use Spatie\Permission\Models\Permission;
|
|
|
|
class Role extends AbstractModel
|
|
{
|
|
protected $table = 'roles';
|
|
}
|