aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-09-08 23:19:40 +0100
committerGitHub <noreply@github.com>2023-09-08 23:19:40 +0100
commit26901f82220fe18c0ad6e2bfc23c59b451a4e198 (patch)
treeb199f4d6680b8b62869e5062768e519db846511d /config/app.php
parent5d148485408bb169cba60c9a82d188442630d233 (diff)
feat: add error handling (#14)
* Remove commented out crap * Update theme to use some colors from catppuccin, add error handling for API/DB
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php1
1 files changed, 0 insertions, 1 deletions
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(),
];