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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -