barryvdh/laravel-ide-helper

The command "ide-helper:models" is not working correctly.

Closed this issue · 1 comments

Versions:

  • ide-helper Version: 3.0.0
  • Laravel Version: 10.48
  • PHP Version: 8.3.6

Description:

We used the command below because an existing model exists.

php artisan ide-helper:models "App\Models\Post" -R -W

However, when I run the command after creating a new model, the "namespace" is not written correctly.

스크린샷 2024-04-18 14 27 35

Steps To Reproduce:

mfn commented

This is intentional, it has been removed (provided no additional benefit)