public function register() { $this->app['steamauth'] = $this->app->share(function () { return new SteamAuth(); }); }