add File api endpoints
This commit is contained in:
parent
17e859b9ba
commit
d815f64dc8
4 changed files with 50 additions and 18 deletions
|
@ -16,6 +16,8 @@ class File extends Model
|
|||
'hash', 'iid'
|
||||
];
|
||||
|
||||
protected $primaryKey = 'hash';
|
||||
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue