Level 80
@onurzdgn Read the rest of the exception. It will tell you what file and line the error occurred on, and point you to what argument was expecting an object but you passed null instead.
Summer Sale! All accounts are 50% off this week.
Hello everyone, I am using Laravel 11. Laravel gives me error in problems from session()->flash('message', ['success', ['Kategoriler başarıyla güncellendi.', 'Başarılı']]);, the message: Expected type 'object'. Found 'null'.. However it works. Actually I can't understand why give me error and why work if there is an error
Please or to participate in this conversation.