app->bind('activity', function() { return new ActivityService($this->app->make('BookStack\Activity')); }); $this->app->bind('views', function() { return new ViewService($this->app->make('BookStack\View')); }); $this->app->bind('setting', function() { return new SettingService( $this->app->make('BookStack\Setting'), $this->app->make('Illuminate\Contracts\Cache\Repository') ); }); } }