Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 4, 2024
1 parent 5c74da2 commit 2f0611a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Drivers/Decorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,12 @@ public function instance($name)
}

/**
* Retrieve the defined features for the given scope.
*
* @internal
*
* @param mixed $scope
* @return \Illuminate\Support\Collection<int, string>
*/
public function definedFeaturesForScope($scope)
{
Expand Down

0 comments on commit 2f0611a

Please sign in to comment.