@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | * @var array |
| 35 | 35 | */ |
| 36 | 36 | private static $dependencies = [ |
| 37 | - 'FormSchema' => '%$' . FormSchema::class, |
|
| 37 | + 'FormSchema' => '%$'.FormSchema::class, |
|
| 38 | 38 | ]; |
| 39 | 39 | |
| 40 | 40 | /** |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | |
| 89 | 89 | Requirements::customScript(" |
| 90 | 90 | window.ss = window.ss || {}; |
| 91 | - window.ss.config = " . $this->owner->getClientConfig() . "; |
|
| 91 | + window.ss.config = " . $this->owner->getClientConfig()."; |
|
| 92 | 92 | "); |
| 93 | 93 | |
| 94 | 94 | $this->owner->customScript(); |