Added path resolver system

This commit is contained in:
Zi Xing 2022-04-17 16:37:59 -04:00
parent 5fb82027e1
commit 643f49a2de
14 changed files with 594 additions and 5 deletions

View file

@ -0,0 +1,5 @@
<?php
require(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'autoload.php');
print('Detected Scope: ' . \ncc\Utilities\Resolver::resolveScope() . PHP_EOL);