Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 7c5f881

Browse files
committed
add missing use statement
1 parent 124457a commit 7c5f881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/routes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Lucid\Console;
44

5+
use Route;
6+
57
Route::group(['prefix' => 'lucid'], function () {
68

79
// UI Navigation Routes

0 commit comments

Comments
 (0)