@@ -28,7 +28,7 @@ |
||
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)) { |