Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/events' into feat/events
Browse files Browse the repository at this point in the history
  • Loading branch information
Finnick223 committed Jan 23, 2025
2 parents f9f10f8 + 703ceb9 commit 2b4d632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class EventController extends Controller
public function index()
{
$events = Event::all();

return EventResource::collection($events);
}

Expand Down

0 comments on commit 2b4d632

Please sign in to comment.