Files
exchange-2.0/app/Models/Role.php
T
CheeSiong 1fbdc795ff - Segment Company Relationship Service Class
- Update Standard Segment Constant Logic Class
- List Standard Segment Constant Logic Class
- List Standard Segment Logic Class
2020-11-13 14:15:34 +08:00

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';
}