Fix 500 error when mounting a mount and fix the actual mount being deleted instead of the relation
This commit is contained in:
parent
d795668fc2
commit
abd60ee6f8
2 changed files with 16 additions and 9 deletions
|
@ -11,6 +11,11 @@ class MountServer extends Model
|
|||
*/
|
||||
protected $table = 'mount_server';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* @var null
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue