I wonder if it is case sensitive.
You're calling Pricing, while the name of the model is pricing (with lower case "p")
Thank you, that was the thing I missed! After renaming my model to Pricing, I had to edit the vendor/composer/autoload_classmap.php and add the line 'Pricing' => $baseDir . '/app/models/Pricing.php', manually and now it is all working!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community