From 417f411584bc61ef48624e4ef0a1083e884835d6 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 1 Oct 2019 21:18:48 -0600 Subject: [PATCH] Update service providers --- config/app.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 28d37e12e..aa749db36 100644 --- a/config/app.php +++ b/config/app.php @@ -150,7 +150,8 @@ return [ /* * Package Service Providers... */ - + Barryvdh\Cors\ServiceProvider::class, + /* * Application Service Providers... */