Add API Management to admin CP

This commit is contained in:
Dane Everitt 2016-01-16 19:56:48 -05:00
parent ade16e64c8
commit 3e595ca856
9 changed files with 395 additions and 4 deletions

View file

@ -21,5 +21,11 @@ class APIPermission extends Model
*/
protected $guarded = ['id'];
/**
* Disable timestamps for this table.
*
* @var boolean
*/
public $timestamps = false;
}