mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
fix environment variable name
This commit is contained in:
parent
9152dc77f1
commit
3b0c137b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ $environment = new \Yggverse\Next\Model\Environment(
|
|||
|
||||
// Init filesystem
|
||||
$filesystem = new \Yggverse\Next\Model\Filesystem(
|
||||
$environment->get('path')
|
||||
$environment->get('root')
|
||||
);
|
||||
|
||||
// Start server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue