From d70503cda7dda9386d777c2fde62113b933be199 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 16 Feb 2019 21:24:28 +0800 Subject: [PATCH] fix --- config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/app.php b/config/app.php index 95b483a1..703a5362 100644 --- a/config/app.php +++ b/config/app.php @@ -168,6 +168,7 @@ return [ Illuminate\Session\SessionServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, + Illuminate\Notifications\NotificationServiceProvider::class, /** * Third-party Libraries...