@@ -65,7 +65,7 @@ |
||
65 | 65 | */ |
66 | 66 | public function run($email, $userId = null) |
67 | 67 | { |
68 | - if(!$userId){ |
|
68 | + if (!$userId) { |
|
69 | 69 | $userId = $this->getAuthenticatedUserTask->run()->id; |
70 | 70 | } |
71 | 71 |