From 9a0d3a4ccc2e28d8014d48fefe521543a891a9dd Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 8 Sep 2023 23:19:40 +0100 Subject: feat: add error handling (#14) * Remove commented out crap * Update theme to use some colors from catppuccin, add error handling for API/DB --- config/app.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/app.php b/config/app.php index 1066543..dfc65d4 100644 --- a/config/app.php +++ b/config/app.php @@ -28,6 +28,5 @@ return [ App\Providers\RouteServiceProvider::class, ])->toArray(), 'aliases' => Facade::defaultAliases()->merge([ - // 'Example' => App\Facades\Example::class, ])->toArray(), ]; -- cgit v1.2.3-54-g00ecf