From 203a0c3ba176dba6ddf2e4aecd3648452ca2273c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 2 Jan 2015 16:29:33 -0600 Subject: [PATCH] Change compiled path. --- config/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/view.php b/config/view.php index eb18742a..157ee30b 100644 --- a/config/view.php +++ b/config/view.php @@ -28,6 +28,6 @@ | */ - 'compiled' => realpath(storage_path().'/framework/views'), + 'compiled' => realpath(storage_path().'/framework/templates'), ];