code fixes to support composer

This commit is contained in:
Joey Kimsey
2024-08-09 00:55:32 -04:00
parent d48e77e78d
commit 0aa1b52a6d
70 changed files with 76 additions and 76 deletions

View File

@ -16,7 +16,7 @@ session_start();
require_once 'bin/autoload.php';
use TheTempusProject\Canary\Canary as Debug;
use TheTempusProject\Canary\Bin\Canary as Debug;
use TheTempusProject\Bedrock\Functions\Input;
use TheTempusProject\Hermes\Functions\Redirect;
use TheTempusProject\Hermes\Functions\Route;