diff --git a/app/Config/Paths.php b/app/Config/Paths.php index 2fd1995caa3e..5ea7e1741ec8 100644 --- a/app/Config/Paths.php +++ b/app/Config/Paths.php @@ -73,5 +73,5 @@ class Paths * default this is in `app/Views`. This value * is used when no value is provided to `Services::renderer()`. */ - public $viewDirectory = __DIR__ . '/../../app/Views'; + public $viewDirectory = __DIR__ . '/../Views'; }