mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 16:53:45 +02:00
Fix 500 error when mounting a mount and fix the actual mount being deleted instead of the relation
This commit is contained in:
@@ -11,6 +11,11 @@ class MountServer extends Model
|
||||
*/
|
||||
protected $table = 'mount_server';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* @var null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user