app->bindSingleton('adminNotice', function($app) { return new AdminNotices($this->app); }, 'AdminNotice'); } /** * The provider booted method to be called after booting * @return void */ public function booted() { // ... } }