Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanouplines authored Sep 14, 2021
1 parent cdc724d commit 5e9ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTimeTileComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DateTimeTileComponent extends Component

public $title;

public function mount(string $position, ?string $timezone, ?string $title)
public function mount(string $position, ?string $timezone = null, ?string $title = null)
{
$this->position = $position;

Expand Down

0 comments on commit 5e9ff30

Please sign in to comment.