From fdba65c0dc6235793fc67e3a3f4c22ecc485f903 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 24 Aug 2014 14:04:21 -0500 Subject: [PATCH] Convert arrays. --- bootstrap/paths.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/paths.php b/bootstrap/paths.php index 966989bc..eafe0e62 100644 --- a/bootstrap/paths.php +++ b/bootstrap/paths.php @@ -1,6 +1,6 @@ __DIR__.'/../app/Providers', 'requests' => __DIR__.'/../app/Http/Requests', -); +];