Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Mar 20, 2024
1 parent 2750679 commit 0333b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/PlaceholderProviders.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(protected Application $app, protected Repository $co

protected function providers(): Collection
{
return ($this->providers ??= $this->makeProviders());
return $this->providers ??= $this->makeProviders();
}

public function all(): Collection
Expand Down

0 comments on commit 0333b1d

Please sign in to comment.