app->instance('user', new stdClass); } /** * Register any application services. * * @return void */ public function register() { /*if ($this->app->environment() !== 'production') { $this->app->register(\Way\Generators\GeneratorsServiceProvider::class); $this->app->register(\Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class); }*/ } }