Fix 500 error when mounting a mount and fix the actual mount being deleted instead of the relation

This commit is contained in:
Matthew Penner 2020-10-12 11:11:40 -06:00
parent d795668fc2
commit abd60ee6f8
2 changed files with 16 additions and 9 deletions

View file

@ -11,6 +11,11 @@ class MountServer extends Model
*/
protected $table = 'mount_server';
/**
* @var bool
*/
public $timestamps = false;
/**
* @var null
*/