79194906

Date: 2024-11-16 10:11:36
Score: 1.5
Natty:
Report link

I got the same error and noticed that I added __() translate function in a config file called menu.php.

Laravel was not showing this is as issue until I cleared the cache. So, I went to the error line and commented the exception code and it shows the that is trying to some something with translate class.

So, I removed the translate function and it fixed the issue.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saurabh Chauhan