Skip to content

Commit 5f43197

Browse files
committed
clean up Paths::$viewDirectory property
1 parent 0fba13c commit 5f43197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/Paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ class Paths
7373
* default this is in `app/Views`. This value
7474
* is used when no value is provided to `Services::renderer()`.
7575
*/
76-
public $viewDirectory = __DIR__ . '/../../app/Views';
76+
public $viewDirectory = __DIR__ . '/../Views';
7777
}

0 commit comments

Comments
 (0)