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', );