Skip to content

Commit

Permalink
#10 - linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Oct 4, 2023
1 parent b669630 commit c72aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

declare(strict_types=1);

use App\Http\Controllers\Dashboard\CourseController;
use App\Http\Controllers\Dashboard\ContactInfoController;
use App\Http\Controllers\Dashboard\CourseController;
use App\Http\Controllers\Dashboard\DashboardController;
use App\Http\Controllers\Dashboard\FieldController;
use App\Http\Controllers\Dashboard\LogoutController;
Expand Down

0 comments on commit c72aa70

Please sign in to comment.