Hi, I use PhpStorm and write in Laravel. Can you tell me why when I use a model and then enter "::" it doesn't give me values for example such as find, select and when I use them I get the information Method 'select' not found in App\Models\User? Is this normal behavior?
Example below, select is underlined and the ->get() method is not underlined but is not prompted either