Fiddling.

This commit is contained in:
Greyscale 2021-01-22 07:32:31 +01:00
parent fbc0a70634
commit 62b88c0dac
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View file

@ -5,4 +5,5 @@ vendor/
.phpunit.result.cache
.php_cs.cache
docs
phploc.xml
phploc.xml
cghooks.lock

View file

@ -1,2 +1,3 @@
<?php
define("APP_ROOT", __DIR__);
define('APP_ROOT', __DIR__);