Skip to content

Commit

Permalink
fix(IcalFormatter): type in params for __construct
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Sep 16, 2023
1 parent 2b963e9 commit eaa94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazar/controllers/IcalFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(
ParameterBagInterface $params,
Performer $performer
) {
$this->dateService = $padateServicerams;
$this->dateService = $dateService;
$this->entryController = $entryController;
$this->geoJSONFormatter = $geoJSONFormatter;
$this->params = $params;
Expand Down

0 comments on commit eaa94bd

Please sign in to comment.