Skip to content

Commit

Permalink
Apply fixes from StyleCI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Apr 20, 2019
1 parent c5aa78d commit 300f9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private function loadProviderGroup(array $group): void
{
$environments = Arr::get($group, 'environments', []);

if (!$this->shouldLoadFrom($environments)) {
if (! $this->shouldLoadFrom($environments)) {
return;
}

Expand Down

0 comments on commit 300f9d4

Please sign in to comment.