Page MenuHomeDevCentral

Fatal error when php artisan optimize: EventServiceProvider::boot() wrong signature
Closed, ResolvedPublic

Description

php artisan optimize

                                                                                                                                                                
[ErrorException]                                                                                                                                                
Declaration of AuthGrove\Providers\EventServiceProvider::boot() should be compatible with Illuminate\Foundation\Support\Providers\EventServiceProvider::boot()

Event Timeline

dereckson renamed this task from Fatal error when php artisan clear-compiled: EventServiceProvider::boot() wrong signature to Fatal error when php artisan optimize: EventServiceProvider::boot() wrong signature.Aug 31 2016, 14:40
dereckson updated the task description. (Show Details)

I can repro with laravel/framework v5.3.4.

The issue doesn't exist in 5.2.

Why our 5.2 Auth Grove wants a 5.3.4?

Caused by d69820ed, probably using ^ instead of ~.