Update app/Console/Kernel.php

This commit is contained in:
denis 2024-11-03 04:29:43 -05:00
parent ef20703532
commit 6842546602

View file

@ -58,7 +58,7 @@ class Kernel extends ConsoleKernel
/**
* I wonder what this does.
*
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
* @throws \App\Exceptions\Model\DataValidationException
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
private function registerTelemetry(Schedule $schedule): void