-
I created a singleton for a homepage that works perfectly while using Laravel Sail. However, after moving to production, I'm getting the following error -
I have nothing about Capsules in my code and can't figure out what's going on here. Can someone point me to where to look? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think the issue is somewhere within |
Beta Was this translation helpful? Give feedback.
-
Figured it out! It was a case sensitivity issue on Ubuntu. |
Beta Was this translation helpful? Give feedback.
Figured it out! It was a case sensitivity issue on Ubuntu.
App\Models\homePage
vsApp\Models\HomePage
.