Completed
Pull Request — master (#18)
by Matthew
06:43
created
src/Extensions/LocatorControllerExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.