mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Apply fixes from StyleCI (#294)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
namespace Pterodactyl\Http\Controllers\Admin;
|
||||
|
||||
use DB;
|
||||
use Log;
|
||||
use Alert;
|
||||
use Pterodactyl\Models;
|
||||
@@ -62,7 +61,6 @@ class ServersController extends Controller
|
||||
|
||||
public function getView(Request $request, $id)
|
||||
{
|
||||
|
||||
$server = Models\Server::withTrashed()->with(
|
||||
'user', 'option.variables', 'variables',
|
||||
'node.allocations', 'databases.host'
|
||||
|
||||
Reference in New Issue
Block a user