Skip to content

Commit

Permalink
fix(lint): lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WailanTirajoh committed Apr 10, 2024
1 parent 6915fcd commit b2bbe4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Controllers;

use App\Events\NewReservationEvent;
use App\Events\TestEvent;
use App\Models\User;

class EventController extends Controller
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/FacilityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Controllers;

use App\Models\Facility;
use Illuminate\Http\Request;

class FacilityController extends Controller
{
Expand Down

0 comments on commit b2bbe4e

Please sign in to comment.