diff --git a/config/app.php b/config/app.php index a3511126df..be77ee2c97 100755 --- a/config/app.php +++ b/config/app.php @@ -196,7 +196,7 @@ return [ Illuminate\Foundation\Providers\FoundationServiceProvider::class, Illuminate\Hashing\HashServiceProvider::class, Illuminate\Mail\MailServiceProvider::class, - //Illuminate\Notifications\NotificationServiceProvider::class, + Illuminate\Notifications\NotificationServiceProvider::class, Illuminate\Pagination\PaginationServiceProvider::class, Illuminate\Pipeline\PipelineServiceProvider::class, Illuminate\Queue\QueueServiceProvider::class,