Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit committed Jan 31, 2025
1 parent e2e9364 commit 21642d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LaravelIdeHelperHookPaperclipServiceProvider extends ServiceProvider imple
/**
* @var string
*/
final const ModelsCommandAlias = 'laravel-ide-helper-hook-paperclip-command-alias';
final const ModelsCommandAlias = 'ModelsCommand__LaravelIdeHelperHookPaperclip__alias';

/**
* @return list<class-string<Command>|string>
Expand Down

0 comments on commit 21642d2

Please sign in to comment.