Undefined methods – Intelephense(1013) – Laravel + VScode

I am calling the ‘jobApplication()’ method on the User model, but encountering an error even though I have defined it.
I encounter this error:
enter image description here

and I define it like this:
enter image description here

I’ve been sitting for a long time trying to fix the error, but it’s still not effective.
Any ideas on getting rid of this would be appreciated! 😀