php - Wrong object passed to Mailer when upgrading to laravel 4.2 -
after upgrading 4.2 artisan gives error
argument 1 passed illuminate\mail\mailer::__construct() must instance of illuminate\view\factory, instance of illuminate\view\environment given
how can fixed?
this issue resolved removing /bootstrap/compiled.php. should after every laravel upgrade
Comments
Post a Comment