Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jun 25, 2023
1 parent 54bff48 commit 76d9d2a
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/API/BookingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Config;

class BookingController extends Controller
{
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/BookingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Config;

/**
* Controller for handling bookings.
Expand Down

0 comments on commit 76d9d2a

Please sign in to comment.