app['cart'] = $this->app->share(function($app) { $session = $this->app['session']; return new Cart($session); }); } }