Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
fabio-ivona committed Apr 24, 2024
1 parent be6f997 commit 4fa8588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Fixtures/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum Feature

protected function resolve(?Authenticatable $scope = null): bool
{
dump($scope);
return $scope->name === 'enabled_user';
}
}

0 comments on commit 4fa8588

Please sign in to comment.