Skip to content

Commit

Permalink
Update ApplicationBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 19, 2025
1 parent 7718fce commit 583a824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Configuration/ApplicationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private function withDefaults(string $basePath): void
...$this->getDirs($this->joinPaths($basePath, 'app/Containers/*/*/Listeners')),
)->withCommands(
shared_path('Commands'),
...$this->getDirs($this->joinPaths($basePath, 'app/Containers/*/*/UI/Console')),
...$this->getDirs($this->joinPaths($basePath, 'app/Containers/*/*/UI/CLI')),
)->withHelpers(
shared_path('Helpers'),
...$this->getDirs($this->joinPaths($basePath, 'app/Containers/*/*/Helpers')),
Expand Down

0 comments on commit 583a824

Please sign in to comment.