mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Add comments
This commit is contained in:
parent
f7ed8af52a
commit
426c1cea66
@ -113,6 +113,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
// Node Ping Test Helper
|
||||
private function duskBoot()
|
||||
{
|
||||
// Make sure we're only running in the Dusk testing environment
|
||||
if (!app()->environment('dusk')) {
|
||||
return;
|
||||
}
|
||||
@ -126,6 +127,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
'cpu_count' => 2,
|
||||
]);
|
||||
|
||||
// Simulate Successful Server Creation
|
||||
Route::post('/api/servers', fn () => []);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user