Completed
Pull Request — develop (#97)
by Tony
16:06
created
app/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
      */
190 190
     public function isReadOnly($key)
191 191
     {
192
-        if(Config::has('config.'.$key)) {
192
+        if (Config::has('config.'.$key)) {
193 193
             return 'config';
194 194
         }
195 195
         $user = \Auth::user();
Please login to merge, or discard this patch.