Skip to content

Commit

Permalink
Fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
luizvid committed Jan 22, 2019
1 parent 4040c2c commit 6ea5be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/HasSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public static function withSetting($key, $value = null)
if (!is_null($value)) {
return !is_null($setting) && $setting === $value;
}

return !is_null($setting);
});
}
Expand Down

0 comments on commit 6ea5be9

Please sign in to comment.