Fiddling.
This commit is contained in:
parent
fbc0a70634
commit
62b88c0dac
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,4 +5,5 @@ vendor/
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
.php_cs.cache
|
.php_cs.cache
|
||||||
docs
|
docs
|
||||||
phploc.xml
|
phploc.xml
|
||||||
|
cghooks.lock
|
|
@ -1,2 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("APP_ROOT", __DIR__);
|
|
||||||
|
define('APP_ROOT', __DIR__);
|
||||||
|
|
Loading…
Reference in a new issue