mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 20:44:04 +00:00
b4c257b2d0
added send reset link method updated jwt expire to one week added seeder
11 lines
122 B
PHP
11 lines
122 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Laratrust\Models\LaratrustPermission;
|
|
|
|
class Permission extends LaratrustPermission
|
|
{
|
|
//
|
|
}
|