mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
add initial api management page
This commit is contained in:
@@ -14,4 +14,12 @@ class APIPermission extends Model
|
||||
*/
|
||||
protected $table = 'api_permissions';
|
||||
|
||||
/**
|
||||
* Fields that are not mass assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $guarded = ['id'];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user