Because you've namedspaced the model as App\Models\Hotel your class is App\Models\Hotel\Hotel.
I think your namespace should be App\Models then your class is App\Models\Hotel
Thanks,
I moved my models to a model folder in L5 and forgot to namespace my Hotel.php model file to use App\Models
I dropped eloquent from the extends.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community