mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Remove commented code
This commit is contained in:
@@ -426,11 +426,6 @@ class ServersController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function addMount(Server $server, Mount $mount)
|
public function addMount(Server $server, Mount $mount)
|
||||||
{
|
{
|
||||||
/*$server->mounts()->updateOrCreate([
|
|
||||||
'mount_id' => $mount->id,
|
|
||||||
'server_id' => $server->id,
|
|
||||||
]);*/
|
|
||||||
|
|
||||||
$mountServer = new MountServer;
|
$mountServer = new MountServer;
|
||||||
$mountServer->mount_id = $mount->id;
|
$mountServer->mount_id = $mount->id;
|
||||||
$mountServer->server_id = $server->id;
|
$mountServer->server_id = $server->id;
|
||||||
|
|||||||
Reference in New Issue
Block a user