@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function run($userId = null) |
23 | 23 | { |
24 | - $userId = $userId ? : $this->call(GetAuthenticatedUserTask::class)->id; |
|
24 | + $userId = $userId ?: $this->call(GetAuthenticatedUserTask::class)->id; |
|
25 | 25 | |
26 | 26 | $isDeleted = $this->call(DeleteUserTask::class, [$userId]); |
27 | 27 |