From 97491a5ac8840779a2613f044f33f850d15f6b19 Mon Sep 17 00:00:00 2001 From: Nicolas Daniel Palumbo Date: Mon, 23 Feb 2015 17:34:05 +0100 Subject: [PATCH] - Another configuration value has been fixed. --- src/config/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config/config.php b/src/config/config.php index 5279765..c2c02cf 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -59,8 +59,9 @@ * Remember to call artisan gettext:update after change this. */ 'source-paths' => array( - 'controllers', - 'views', + 'Http/Controllers', + '../resources/views', + 'Commands' ), /**