app['shortcode'] = $this->app->share(function ($app) { return new Shortcode(); }); } /** * Get the services provided by the provider. * * @return array */ public function provides() { return array('shortcode'); } }