Add back API (#80)
Re-implements the API after it was removed in the Laravel 5.3 upgrade.
This commit is contained in:
parent
b02df8e610
commit
7529e961de
23 changed files with 1620 additions and 81 deletions
|
@ -43,7 +43,10 @@ class Server extends Model
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $hidden = ['daemonSecret'];
|
||||
protected $hidden = [
|
||||
'daemonSecret',
|
||||
'sftp_password'
|
||||
];
|
||||
|
||||
/**
|
||||
* Fields that are not mass assignable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue