Commit 927c522e authored by Taylor Otwell's avatar Taylor Otwell

Move view composer loading back to application directory.

parent 57e65327
...@@ -61,7 +61,7 @@ class View { ...@@ -61,7 +61,7 @@ class View {
{ {
if (is_null(static::$composers)) if (is_null(static::$composers))
{ {
static::$composers = require VIEW_PATH.'composers'.EXT; static::$composers = require APP_PATH.'composers'.EXT;
} }
$instance = new static($view, $data); $instance = new static($view, $data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment