mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Update Laravel to 7.0
This commit is contained in:
@@ -5,6 +5,14 @@ namespace App;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Arr;
|
||||
|
||||
/**
|
||||
* App\Permission
|
||||
*
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Permission newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Permission newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Permission query()
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Permission extends Model
|
||||
{
|
||||
const PERMISSIONS = [
|
||||
|
||||
Reference in New Issue
Block a user