@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->imageUrl = $imageUrl; |
38 | 38 | |
39 | 39 | if (!$action instanceof Action) { |
40 | - throw new \InvalidArgumentException("`Action` should be typeof: " .Action::class); |
|
40 | + throw new \InvalidArgumentException("`Action` should be typeof: ".Action::class); |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | $this->action = $action; |