@@ -30,7 +30,7 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public static function prefixSessionData() |
| 32 | 32 | { |
| 33 | - return function () { |
|
| 33 | + return function() { |
|
| 34 | 34 | $request = Craft::$app->getRequest(); |
| 35 | 35 | $ip = $request instanceof Request ? $request->getUserIP() : '-'; |
| 36 | 36 | |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | public function init() |
| 36 | 36 | { |
| 37 | 37 | $this->js = [ |
| 38 | - 'Actions'.$this->dotJs() |
|
| 38 | + 'Actions' . $this->dotJs() |
|
| 39 | 39 | ]; |
| 40 | 40 | |
| 41 | 41 | parent::init(); |