Passed
Push — master ( bfc787...5aca2f )
by Zach
02:30
created
src/Settings/HasSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
      */
174 174
     public static function withSetting($key, $value = null)
175 175
     {
176
-        return static::all()->filter(function ($row) use ($key, $value) {
176
+        return static::all()->filter(function($row) use ($key, $value) {
177 177
             $setting = $row->settings($key);
178 178
 
179 179
             if (!is_null($value)) {
Please login to merge, or discard this patch.