Add API Management to admin CP
This commit is contained in:
parent
ade16e64c8
commit
3e595ca856
9 changed files with 395 additions and 4 deletions
|
@ -21,5 +21,11 @@ class APIPermission extends Model
|
|||
*/
|
||||
protected $guarded = ['id'];
|
||||
|
||||
/**
|
||||
* Disable timestamps for this table.
|
||||
*
|
||||
* @var boolean
|
||||
*/
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue