skip to Main Content

Laravel Call to undefined method App\Http\Models\User::posts() while it exists (Redis Queued Listerner)

I got this error in my application, even though I already searched on Google but there is no question like this. It's weird. Error: BadMethodCallException(code: 0): Call to undefined method App\Http\Models\User::posts() at /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:5 This is my User.php class User extends…

VIEW QUESTION
Back To Top
Search