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
{{ message }}
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
When trying to call MyModel::find($id), there is no auto completion and PHPStorm does not detect find method on Model. Not much of a big deal, except with newcomers like me trying Laravel for the first time. I went through documentation to check that this method was still supported.. I am curious to know why such a basic method is not detected.
The text was updated successfully, but these errors were encountered:
When trying to call MyModel::find($id), there is no auto completion and PHPStorm does not detect find method on Model. Not much of a big deal, except with newcomers like me trying Laravel for the first time. I went through documentation to check that this method was still supported.. I am curious to know why such a basic method is not detected.
The text was updated successfully, but these errors were encountered: