From aefd0fb2420b903b431f190fb5d87058ceaabc1e Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Sat, 23 May 2020 08:16:18 +0100 Subject: [PATCH] :green_heart: Fix styleci --- src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.php b/src/routes.php index f2e404f..dc6f5fe 100644 --- a/src/routes.php +++ b/src/routes.php @@ -12,5 +12,5 @@ */ if (config('notify.demo')) { - Route::view('notify/demo','notify::notify'); + Route::view('notify/demo', 'notify::notify'); }