@@ -25,7 +25,7 @@ |
||
| 25 | 25 | $this->authGateway = $authGateway; |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | - public function execute(int $pageId):?Interaction |
|
| 28 | + public function execute(int $pageId): ?Interaction |
|
| 29 | 29 | { |
| 30 | 30 | $canInteractUser = $this->getInteractUser(); |
| 31 | 31 | return $this->interactionRepository->getByInteractUser($canInteractUser, $pageId); |