app['mailer']->getSwiftMailer()->registerPlugin(new InlineCssPlugin()); } catch (\Exception $e) { Log::debug('Cant register InlineCssPlugin.'); } } public function register() { $this->app->register(RouterServiceProvider::class); } }