// public function boot()
// {
Model::shouldBeStrict(!$this->app->isProduction())// shouldBeStrict runs the following methods in the background
// Model::preventLazyLoading( !$this->app->isProduction() );
// Model::preventSilentlyDiscardingAttributes( !$this->app->isProduction() );
// Model::preventAccessingMissingAttributes( !$this->app->isProduction() );
// }