Added path resolver system
This commit is contained in:
parent
5fb82027e1
commit
643f49a2de
14 changed files with 594 additions and 5 deletions
5
tests/utils/scope_resolver.php
Normal file
5
tests/utils/scope_resolver.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
require(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'autoload.php');
|
||||
|
||||
print('Detected Scope: ' . \ncc\Utilities\Resolver::resolveScope() . PHP_EOL);
|
Loading…
Add table
Add a link
Reference in a new issue