diff options
author | Frankie B <git@diskfloppy.me> | 2023-12-05 00:11:58 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-12-05 00:12:47 +0000 |
commit | bbdb90c867d4a9951d7e1c318c643c6d5b96d5ca (patch) | |
tree | 33f81f39ba978cd633da2e558a72ae981a54e135 /routes/web.php | |
parent | d0e2d64582108460693b92ac355fba5fbeb48081 (diff) |
Import DB facade in web routes
Diffstat (limited to 'routes/web.php')
-rw-r--r-- | routes/web.php | 1 |
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; /* |