Skip to content

Commit

Permalink
Add missing use function
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrileyuk authored Oct 22, 2024
1 parent 033f5f6 commit 8e72f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/AnnotateFacadesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use EvoMark\EvoLaravelServiceFacades\Services\LocationService;
use function Illuminate\Filesystem\join_paths as join_paths;
use function Laravel\Prompts\multiselect;
use function Laravel\Prompts\progress;

class AnnotateFacadesCommand extends Command implements Isolatable
{
Expand Down

0 comments on commit 8e72f17

Please sign in to comment.