diff --git a/Bin/Bedrock.php b/Bin/Bedrock.php index 6ce59b2..36025fe 100644 --- a/Bin/Bedrock.php +++ b/Bin/Bedrock.php @@ -14,7 +14,7 @@ */ namespace TheTempusProject\Bedrock\Bin; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Hermes\Functions\Route as Routes; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Functions\Check; diff --git a/Classes/Config.php b/Classes/Config.php index cb3bae7..2976fb3 100644 --- a/Classes/Config.php +++ b/Classes/Config.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Classes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Input; diff --git a/Classes/Controller.php b/Classes/Controller.php index ae3cc3e..ee2eeab 100644 --- a/Classes/Controller.php +++ b/Classes/Controller.php @@ -14,7 +14,7 @@ */ namespace TheTempusProject\Bedrock\Classes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Session; use TheTempusProject\Houdini\Classes\Issues; diff --git a/Classes/CustomException.php b/Classes/CustomException.php index b50b3bd..ef50b09 100644 --- a/Classes/CustomException.php +++ b/Classes/CustomException.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Bedrock\Classes; use Exception; use TheTempusProject\Hermes\Functions\Redirect; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class CustomException extends Exception { private $originFunction = null; diff --git a/Classes/Database.php b/Classes/Database.php index 5c09584..dc43f9e 100644 --- a/Classes/Database.php +++ b/Classes/Database.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Bedrock\Classes; use PDO; use PDOException; use TheTempusProject\Houdini\Classes\Pagination; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Database { public static $instance = null; diff --git a/Classes/DatabaseModel.php b/Classes/DatabaseModel.php index 04ea4c9..536fb21 100644 --- a/Classes/DatabaseModel.php +++ b/Classes/DatabaseModel.php @@ -12,7 +12,7 @@ */ namespace TheTempusProject\Bedrock\Classes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Bedrock; diff --git a/Classes/Model.php b/Classes/Model.php index aa6070c..043cdfa 100644 --- a/Classes/Model.php +++ b/Classes/Model.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Classes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Classes\Database; diff --git a/Classes/Pagination.php b/Classes/Pagination.php index 6b3385b..226275a 100644 --- a/Classes/Pagination.php +++ b/Classes/Pagination.php @@ -16,7 +16,7 @@ use TheTempusProject\Hermes\Functions\Route as Routes; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Pagination extends Template { //The settings that will not change diff --git a/Functions/Check.php b/Functions/Check.php index bd3422b..7240acd 100644 --- a/Functions/Check.php +++ b/Functions/Check.php @@ -12,7 +12,7 @@ namespace TheTempusProject\Bedrock\Functions; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Check { private static $formValidator = null; diff --git a/Functions/Code.php b/Functions/Code.php index df4be14..2f6c176 100644 --- a/Functions/Code.php +++ b/Functions/Code.php @@ -13,7 +13,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Code { /** diff --git a/Functions/Cookie.php b/Functions/Cookie.php index 4f90f3e..81adf99 100644 --- a/Functions/Cookie.php +++ b/Functions/Cookie.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Cookie { /** diff --git a/Functions/Hash.php b/Functions/Hash.php index 5d02290..5dc0b4b 100644 --- a/Functions/Hash.php +++ b/Functions/Hash.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Hash { /** diff --git a/Functions/Input.php b/Functions/Input.php index 1fe2e64..03cdb09 100644 --- a/Functions/Input.php +++ b/Functions/Input.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Input { /** diff --git a/Functions/Session.php b/Functions/Session.php index 7faf797..b39c93a 100644 --- a/Functions/Session.php +++ b/Functions/Session.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Session { /** diff --git a/Functions/Token.php b/Functions/Token.php index da063bd..dce101e 100644 --- a/Functions/Token.php +++ b/Functions/Token.php @@ -12,7 +12,7 @@ namespace TheTempusProject\Bedrock\Functions; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Token { private static $tokenName; diff --git a/Functions/Upload.php b/Functions/Upload.php index 25c75cf..8f740ea 100644 --- a/Functions/Upload.php +++ b/Functions/Upload.php @@ -13,7 +13,7 @@ */ namespace TheTempusProject\Bedrock\Functions; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Upload { public static $lastUpload = null; diff --git a/composer.lock b/composer.lock index c82b922..456ef05 100644 --- a/composer.lock +++ b/composer.lock @@ -100,7 +100,7 @@ "source": { "type": "git", "url": "https://git.thetempusproject.com/the-tempus-project/houdini", - "reference": "008d7d90230f9eee87d8dbe982e55fae433e1337" + "reference": "3de98733ac32c0a6e1a3230cbccfa33263e399be" }, "require": { "php": ">=8.1.0", @@ -137,7 +137,7 @@ "thetempusproject", "tools" ], - "time": "2024-08-09T04:38:04+00:00" + "time": "2024-08-09T04:56:06+00:00" } ], "packages-dev": [],