Completed
Push — master ( cd75c7...9422a0 )
by Gabriel
02:56 queued 11s
created
src/Validation/Constraints/Traits/InitTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     protected function initVariablesFromConfig()
30 30
     {
31
-        $configKey = 'media-library.contraints.'.$this->getName();
31
+        $configKey = 'media-library.contraints.' . $this->getName();
32 32
 
33 33
         if (function_exists('config') && function_exists('app') && app()->has('config')) {
34 34
             if (config()->has($configKey)) {
Please login to merge, or discard this patch.