Error

Class "App\Models\Product" not found

🐛 How I Ran Into This

I attempted to retrieve data from the products table.

✅ Solution

Ah, it appears I overlooked adding the namespace.

use App\Models\Product;