Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 17, 2024
1 parent a07b674 commit 951ff9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Support/AutoloadManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public function discoverProviders(): array
return Lody::classesFromFinder($this->finder($paths))
->isNotAbstract()
->isInstanceOf(ServiceProvider::class)
->values()
->toArray();
}

Expand All @@ -320,6 +321,7 @@ public function discoverCommands(): array
return Lody::classesFromFinder($this->finder($paths))
->isNotAbstract()
->isInstanceOf(Command::class)
->values()
->toArray();
}

Expand Down

0 comments on commit 951ff9a

Please sign in to comment.