Completed
Pull Request — master (#9)
by bloveless
02:14
created
src/Setting/SettingRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public function get($key, $default = null)
57 57
     {
58 58
         $setting = $this->settings->get($key);
59
-        return ($setting)? $setting : $default;
59
+        return ($setting) ? $setting : $default;
60 60
     }
61 61
 
62 62
     /**
Please login to merge, or discard this patch.