From 25a9ca9b90b326b8b1f1e26fbfa74522489bc505 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 12 May 2019 11:35:03 -0500 Subject: [PATCH] styleci fixes --- config/opcache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/opcache.php b/config/opcache.php index 84887f33..b56e6abe 100644 --- a/config/opcache.php +++ b/config/opcache.php @@ -1,9 +1,9 @@ env('OPCACHE_URL', config('app.url')), - 'verify_ssl' => true, - 'headers' => [], + 'url' => env('OPCACHE_URL', config('app.url')), + 'verify_ssl' => true, + 'headers' => [], 'directories' => [ base_path('app'), base_path('bootstrap'),