registerReloader(); } private function registerReloader() { $this->app->singleton('command.superhelio.reload', function ($app) { return $app['Superhelio\Commands\Commands\Reload']; }); $this->commands('command.superhelio.reload'); } }