Commit 927c522e by Taylor Otwell

Move view composer loading back to application directory.

parent 57e65327
......@@ -61,7 +61,7 @@ class View {
{
if (is_null(static::$composers))
{
static::$composers = require VIEW_PATH.'composers'.EXT;
static::$composers = require APP_PATH.'composers'.EXT;
}
$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