Skip to content
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

how to make use 'Illuminate\Database\Eloquent\Model' instead 'Illuminate\Database\Eloquent\TModel'? #1602

Open
tiagofrancafernandes opened this issue Oct 23, 2024 · 2 comments
Labels

Comments

@tiagofrancafernandes
Copy link

Versions:

  • ide-helper Version: 3.1.0
  • Laravel Version: >= 10
  • PHP Version: 8.3.9

Question: how to make use 'Illuminate\Database\Eloquent\Model' instead 'Illuminate\Database\Eloquent\TModel'?

@alexkart
Copy link

alexkart commented Dec 8, 2024

It seems like a bug. TModel is a generic type (@template TModel of \Illuminate\Database\Eloquent\Model) and should be replaced with the concrete model type.

@akaDJon
Copy link

akaDJon commented Dec 24, 2024

duplicate #1609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants