Explorar o código

Merge branch 'development' into development

Dennis %!s(int64=2) %!d(string=hai) anos
pai
achega
fec6c198d2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Controllers/ServerController.php

+ 1 - 0
app/Http/Controllers/ServerController.php

@@ -393,6 +393,7 @@ class ServerController extends Controller
             $response = $this->pterodactyl->powerAction($server, 'restart');
             if ($response->failed()) return redirect()->route('servers.index')->with('error', 'Upgrade Failed! Could not restart the server:   ' . $response->json()['errors'][0]['detail']);
 
+
             // Remove the allocation property from the server object as it is not a column in the database
             unset($server->allocation);
             // Update the server on controlpanel