From 2649df12ca1cd57cee3ba8ed3a0d2e0342a195f2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Aug 2014 09:44:35 -0500 Subject: [PATCH] Unused path. --- bootstrap/paths.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/paths.php b/bootstrap/paths.php index 277ecf7a..df010479 100644 --- a/bootstrap/paths.php +++ b/bootstrap/paths.php @@ -72,6 +72,5 @@ return array( 'filters' => __DIR__.'/../app/http/filters', 'lang' => __DIR__.'/../app/lang', 'requests' => __DIR__.'/../app/http/requests', - 'src' => __DIR__.'/../app/src', );