app->runningInConsole()) { $this->commands([ SendOrdersToTaxiCommand::class, // ✅ Теперь Laravel знает о команде ]); } } /** * Get the services provided by the provider. */ public function provides(): array { return []; } }