Skip to content

Commit

Permalink
Don't cast to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Vitorino committed Nov 7, 2019
1 parent 3b4e96d commit fa15128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend/Modules/Pages/Domain/Page/PageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ private function buildGetQuery(int $pageId, ?int $revisionId, ?string $language)
;

$parameters = [
'type' => (string) ModuleExtraType::block(),
'type' => ModuleExtraType::block(),
'id' => $pageId,
];

Expand Down

0 comments on commit fa15128

Please sign in to comment.