mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 13:23:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -46,7 +46,7 @@ class StatisticsController extends Controller
|
||||
|
||||
public function index()
|
||||
{
|
||||
throw new NotFoundHttpException;
|
||||
throw new NotFoundHttpException();
|
||||
$servers = $this->serverRepository->all();
|
||||
$nodes = $this->nodeRepository->all();
|
||||
$usersCount = $this->userRepository->count();
|
||||
|
||||
Reference in New Issue
Block a user