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
FatalThrowableError in MonobulletServiceProvider.php line 18: Call to undefined method Illuminate\Support\ServiceProvider::boot()
public function boot()
{
parent::boot();//not exist???
if (in_array(config('app.env'), (array) config('services.monobullet.env', config('app.env')))) {
$monolog = Log::getMonolog();
$monolog->pushHandler(new PushbulletHandler(
config('services.monobullet.token'),
config('services.monobullet.recipients'),
config('services.monobullet.level', Logger::INFO),
config('services.monobullet.propagate', true)
));
}
}
The text was updated successfully, but these errors were encountered:
demonstan
changed the title
I got a error, parent provider don't have boot method
I got an error, parent provider don't have boot method
Feb 14, 2017
demonstan
changed the title
I got an error, parent provider don't have boot method
I got an error, parent provider doesn't have boot method
Feb 14, 2017
FatalThrowableError in MonobulletServiceProvider.php line 18:
Call to undefined method Illuminate\Support\ServiceProvider::boot()
The text was updated successfully, but these errors were encountered: