mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 12:34:18 +00:00
9 lines
96 B
PHP
9 lines
96 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
class Role extends AbstractModel
|
|
{
|
|
protected $table = 'roles';
|
|
}
|