Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainIRS committed Jul 10, 2024
1 parent 52695c2 commit 9f680b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
use App\Models\Course;
use App\Models\Institute;
use App\Models\Program;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Route;

/*
Expand Down

0 comments on commit 9f680b3

Please sign in to comment.