You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if maybe I did not follow correctly, but after going through the Quick Start and then running a artisan config:cache, I go an error Call to undefined method Closure::__set_state() in /var/www/html/local.decoy.com/bootstrap/cache/config.php on line 354.
I removed the following from bootstrap/cache/config.php
'log_changes' =>
Closure::__set_state(array(
)),
and all worked as expected.
Thanks for OS'ing this!
The text was updated successfully, but these errors were encountered:
Not sure if maybe I did not follow correctly, but after going through the Quick Start and then running a artisan config:cache, I go an error Call to undefined method Closure::__set_state() in /var/www/html/local.decoy.com/bootstrap/cache/config.php on line 354.
I removed the following from bootstrap/cache/config.php
and all worked as expected.
Thanks for OS'ing this!
The text was updated successfully, but these errors were encountered: