summaryrefslogtreecommitdiff
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
commitbbdb90c867d4a9951d7e1c318c643c6d5b96d5ca (patch)
tree33f81f39ba978cd633da2e558a72ae981a54e135
parentd0e2d64582108460693b92ac355fba5fbeb48081 (diff)
Import DB facade in web 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;
/*