aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-12-05 00:11:58 +0000
committerFrankie B <git@diskfloppy.me>2023-12-05 00:12:47 +0000
commit9b4410becf6314566dfa8e1452379d10fc51bc59 (patch)
tree33f81f39ba978cd633da2e558a72ae981a54e135 /routes
parente4e7ad62673c11cf0538dc43c3d580c55650dd5f (diff)
Import DB facade in web routes
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php
index 448000f..59d037b 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -1,5 +1,6 @@
<?php
+use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Route;
/*