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 5c813f9 commit 5c74da2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/PendingScopedFeatureInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ public function loadMissing($features)
*/
public function loadAll()
{
// todo
return $this->load($this->driver->defined());
return $this->load(
$this->driver->definedFeaturesForScope($this->scope[0])
);
}

/**
Expand Down

0 comments on commit 5c74da2

Please sign in to comment.