Skip to content

Commit 3ef3c2a

Browse files
committed
Remove commented code
1 parent abd60ee commit 3ef3c2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/Http/Controllers/Admin/ServersController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,6 @@ public function deleteDatabase($server, $database)
426426
*/
427427
public function addMount(Server $server, Mount $mount)
428428
{
429-
/*$server->mounts()->updateOrCreate([
430-
'mount_id' => $mount->id,
431-
'server_id' => $server->id,
432-
]);*/
433-
434429
$mountServer = new MountServer;
435430
$mountServer->mount_id = $mount->id;
436431
$mountServer->server_id = $server->id;

0 commit comments

Comments
 (0)