Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu authored and StyleCIBot committed Feb 2, 2020
1 parent 0eae605 commit 301e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/LoggerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
{
parent::boot();

if (! App::environment('testing')) {
if (!App::environment('testing')) {
Logger::observe();
}
}
Expand Down

0 comments on commit 301e32e

Please sign in to comment.