load(__DIR__ . '/Commands'); // Load any user commands that have been registered via the theme system. $themeService = $this->app->make(ThemeService::class); foreach ($themeService->getRegisteredCommands() as $command) { $this->registerCommand($command); } } }