3 namespace BookStack\Providers;
5 use Illuminate\Support\Facades\Auth;
6 use Illuminate\Support\ServiceProvider;
9 class AppServiceProvider extends ServiceProvider
12 * Bootstrap any application services.
16 public function boot()
22 * Register any application services.
26 public function register()