Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
whitney-digistorm authored and github-actions[bot] committed Dec 14, 2022
1 parent b0cc3be commit 9b4039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectionManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function register()
public function boot()
{
// Only register this package in the local environment.
if (!$this->app->isLocal()) {
if (! $this->app->isLocal()) {
return $this;
}

Expand Down

0 comments on commit 9b4039f

Please sign in to comment.