返回 void

This commit is contained in:
iVampireSP.com 2023-01-03 18:17:01 +08:00
parent 036294450b
commit abdc547173
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -68,7 +68,7 @@ protected function schedule(Schedule $schedule): void
*
* @return void
*/
protected function commands()
protected function commands(): void
{
$this->load(__DIR__ . '/Commands');