Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored and github-actions[bot] committed Apr 19, 2024
1 parent 5469b54 commit b962de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/DefinesFeatures.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function purge(): void
Pennant::purge($this->featureName());
}

protected function resolve(Authenticatable $scope = null): bool
protected function resolve(?Authenticatable $scope = null): bool
{
$featureName = $this->featureName();
$camelFeatureName = str($this->featureName())->camel()->ucfirst();
Expand Down

0 comments on commit b962de9

Please sign in to comment.