Skip to content

Commit

Permalink
fix(pages): add missing use statement (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyD authored Nov 25, 2024
1 parent ca5d5cc commit 6114144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Http\Controllers;

use App\Models\SitePage;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\DB;

class PageController extends Controller {
Expand Down

0 comments on commit 6114144

Please sign in to comment.