From 69031d42154ecc2b66a0fd153a1eaaf891b02703 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 14 Dec 2016 05:07:02 -0800 Subject: [PATCH] Put notifiable back in --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,