Hey everyone, I am using Laravel 10 and Nova 4 and Im currently unable to use any artisan commands or update composer because of the following error:
In Container.php line 912:
Class "hash" does not exist
I searched for where hash was being called, and its not being called anywhere. None of the solutions on google have helped as Im not using Hash::make or anything to do with Hash at all.