Skip to content

Commit

Permalink
Fix for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-maddock committed Dec 21, 2024
1 parent db3221d commit e17bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Calendar/CalBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CalBuilder
* @param $events Array of Event models
* @return string The iCal formatted calendar
*/
public function buildCalendar(string $calendarName = "event-tracker.ics", $events): string
public function buildCalendar(string $calendarName, $events): string
{
// create a calendar object
$vCalendar = new Calendar([]);
Expand Down

0 comments on commit e17bd8b

Please sign in to comment.