include entrust and some seed data for admin role/user
This commit is contained in:
8
app/Models/Permission.php
Normal file
8
app/Models/Permission.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace App\Models;
|
||||
|
||||
use Zizaco\Entrust\EntrustPermission;
|
||||
|
||||
class Permission extends EntrustPermission
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user