You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so after version upgrade, generated property doc block @property Carbon\Carbon|null $deleted_at field namespace resolved to App\Models\Carbon\Carbon which is in-correct.
What am i missing ??
The text was updated successfully, but these errors were encountered:
I am upgrading laravel 10 project to version 11. I have upgraded
sethphat/eloquent-docs
package to v2.0.1When running this command
php artisan eloquent:bulk-phpdoc "app/Models/*.php" --short-class
This is how doc block is added in model
Previously it was generated like this
See difference in Carbon namespace
so after version upgrade, generated property doc block
@property Carbon\Carbon|null $deleted_at
field namespace resolved toApp\Models\Carbon\Carbon
which is in-correct.What am i missing ??
The text was updated successfully, but these errors were encountered: