Ver código fonte

Merge branch 'development' into development

Dennis 2 anos atrás
pai
commit
fec6c198d2
1 arquivos alterados com 1 adições e 0 exclusões
  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