Skip to content

Commit

Permalink
preset
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Apr 9, 2019
1 parent bfa7d49 commit 9b67fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
enabled:
- concat_with_spaces

disabled:
- concat_without_spaces
preset: laravel
2 changes: 1 addition & 1 deletion src/Contracts/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function set($key, $value = null)

$this->load();
$this->unsaved = true;

if (is_array($key)) {
foreach ($key as $k => $v) {
Arr::set($this->data, $k, $v);
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/AutoSaveSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function handle($request, Closure $next)

return $response;
}
}
}

0 comments on commit 9b67fa1

Please sign in to comment.