Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Don't defer service provider because of helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Dec 24, 2017
1 parent e7075e2 commit 36e0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessagingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MessagingServiceProvider extends ServiceProvider
*
* @var bool
*/
protected $defer = true;
protected $defer = false;
/**
* Bootstrap the application events.
*
Expand Down

0 comments on commit 36e0032

Please sign in to comment.