adding doc routes.

This commit is contained in:
Taylor Otwell
2012-04-02 11:02:09 -05:00
parent 2a49787e46
commit 6dd8063646
47 changed files with 6799 additions and 3 deletions

View File

@@ -356,7 +356,7 @@ class View implements ArrayAccess {
}
else
{
return static::$cache[$this->path] = include $this->path;
return static::$cache[$this->path] = file_get_contents($this->path);
}
}