-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eloquent\Model multiple implementation #451
Comments
Version 2.2.3 is correct. 2.3.0 same error like shown. |
It's not an error, it's a warning. But doesn't it work now then? |
Can you try with 25c8de6 ? |
Yes, that works! ;) |
@barryvdh Thanks, it works |
Can you try with https://github.com/barryvdh/laravel-ide-helper/releases/tag/v2.3.2 ? Should be able to complete when extending |
I'm using 2.3.2 in a new Laravel 5.4 project. I've also used php artisan ide-helper:models --nowrite to put the annotations in a separate file. Naturally, this means I get the warning from PHPStorm: "Other declaration of class User exist at User.php" for my models. Is there a solution to this when using a separate (this might now be a dupe of #430) |
Fixes #barryvdh#451
Hi, autocomplete models in phpstorm not work.
Laravel 5.4.12
Ide-Helper v2.3.0
If delete a file _ide_helper.php that autocomplete in model file work.
The text was updated successfully, but these errors were encountered: