diff --git a/app/classes/config.php b/app/classes/config.php index b98abcc..7823768 100644 --- a/app/classes/config.php +++ b/app/classes/config.php @@ -12,7 +12,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Houdini\Classes\Forms; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Classes\Config as BedrockConfig; diff --git a/app/classes/database_model.php b/app/classes/database_model.php index 8c859c5..5b873b6 100644 --- a/app/classes/database_model.php +++ b/app/classes/database_model.php @@ -13,7 +13,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Bedrock\Classes\DatabaseModel as BedrockDatabaseModel; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Models\Log; class DatabaseModel extends BedrockDatabaseModel { diff --git a/app/classes/email.php b/app/classes/email.php index 8136393..f359557 100644 --- a/app/classes/email.php +++ b/app/classes/email.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Houdini\Classes\Template; use TheTempusProject\Houdini\Classes\Views; use TheTempusProject\Hermes\Functions\Route as Routes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Email { private static $header = null; diff --git a/app/classes/forms.php b/app/classes/forms.php index 41120b1..11293f8 100644 --- a/app/classes/forms.php +++ b/app/classes/forms.php @@ -15,7 +15,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Forms extends Check { private static $formHandlers = []; diff --git a/app/classes/installer.php b/app/classes/installer.php index fd3e533..51e6569 100644 --- a/app/classes/installer.php +++ b/app/classes/installer.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Code; use TheTempusProject\Bedrock\Functions\Cookie; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Hermes\Functions\Redirect; use TheTempusProject\Hermes\Functions\Route as Routes; use TheTempusProject\Bedrock\Functions\Session; diff --git a/app/classes/permissions.php b/app/classes/permissions.php index 92d623f..56ac7ff 100644 --- a/app/classes/permissions.php +++ b/app/classes/permissions.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Classes; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Houdini\Classes\Forms; use TheTempusProject\Bedrock\Functions\Input; diff --git a/app/classes/plugin.php b/app/classes/plugin.php index 7a9a72b..696dda3 100644 --- a/app/classes/plugin.php +++ b/app/classes/plugin.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Houdini\Classes\Navigation; use TheTempusProject\Houdini\Classes\Filters; use TheTempusProject\TheTempusProject as App; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\Database; class Plugin { diff --git a/app/classes/preferences.php b/app/classes/preferences.php index 7154f56..4f86d0c 100644 --- a/app/classes/preferences.php +++ b/app/classes/preferences.php @@ -13,7 +13,7 @@ namespace TheTempusProject\Classes; use TheTempusProject\Houdini\Classes\Issues; use TheTempusProject\Houdini\Classes\Forms; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Upload; use TheTempusProject\Bedrock\Functions\Input; diff --git a/app/models/group.php b/app/models/group.php index 3f3beda..bbc512b 100644 --- a/app/models/group.php +++ b/app/models/group.php @@ -12,7 +12,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\Permissions; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Input; diff --git a/app/models/log.php b/app/models/log.php index 2eaa09f..6e610f5 100644 --- a/app/models/log.php +++ b/app/models/log.php @@ -16,7 +16,7 @@ use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Classes\DatabaseModel; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Log extends DatabaseModel { public $tableName = 'logs'; diff --git a/app/models/routes.php b/app/models/routes.php index d6c1fed..19b26b2 100644 --- a/app/models/routes.php +++ b/app/models/routes.php @@ -12,7 +12,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; class Routes extends DatabaseModel { diff --git a/app/models/sessions.php b/app/models/sessions.php index 20c2842..6a99070 100644 --- a/app/models/sessions.php +++ b/app/models/sessions.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Code; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Session; use TheTempusProject\Bedrock\Functions\Cookie; use TheTempusProject\Classes\DatabaseModel; diff --git a/app/models/user.php b/app/models/user.php index c7ac79a..0e7049e 100644 --- a/app/models/user.php +++ b/app/models/user.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Hash; use TheTempusProject\Bedrock\Functions\Session; use TheTempusProject\Bedrock\Functions\Code; diff --git a/app/plugins/blog/controllers/blog.php b/app/plugins/blog/controllers/blog.php index ba87d5b..3249365 100644 --- a/app/plugins/blog/controllers/blog.php +++ b/app/plugins/blog/controllers/blog.php @@ -13,7 +13,7 @@ namespace TheTempusProject\Controllers; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Houdini\Classes\Components; use TheTempusProject\Houdini\Classes\Issues; diff --git a/app/plugins/blog/models/posts.php b/app/plugins/blog/models/posts.php index 09a8c67..862ac33 100644 --- a/app/plugins/blog/models/posts.php +++ b/app/plugins/blog/models/posts.php @@ -12,7 +12,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Sanitize; use TheTempusProject\Classes\DatabaseModel; diff --git a/app/plugins/bookmarks/models/bookmarkViews.php b/app/plugins/bookmarks/models/bookmarkViews.php index dab3e30..217178e 100644 --- a/app/plugins/bookmarks/models/bookmarkViews.php +++ b/app/plugins/bookmarks/models/bookmarkViews.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/bookmarks/models/bookmarks.php b/app/plugins/bookmarks/models/bookmarks.php index c20ee8e..2738fe9 100644 --- a/app/plugins/bookmarks/models/bookmarks.php +++ b/app/plugins/bookmarks/models/bookmarks.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/bookmarks/models/folders.php b/app/plugins/bookmarks/models/folders.php index c1dc1b0..2402c12 100644 --- a/app/plugins/bookmarks/models/folders.php +++ b/app/plugins/bookmarks/models/folders.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/bugreport/models/bugreport.php b/app/plugins/bugreport/models/bugreport.php index b656555..8f86698 100644 --- a/app/plugins/bugreport/models/bugreport.php +++ b/app/plugins/bugreport/models/bugreport.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Bugreport as Plugin; diff --git a/app/plugins/bugtracker/models/bugtracker.php b/app/plugins/bugtracker/models/bugtracker.php index 43cce5a..999d715 100644 --- a/app/plugins/bugtracker/models/bugtracker.php +++ b/app/plugins/bugtracker/models/bugtracker.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/calendar/models/calendars.php b/app/plugins/calendar/models/calendars.php index e1aa4a3..0804653 100644 --- a/app/plugins/calendar/models/calendars.php +++ b/app/plugins/calendar/models/calendars.php @@ -15,7 +15,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Date; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/calendar/models/events.php b/app/plugins/calendar/models/events.php index d43d984..f87f760 100644 --- a/app/plugins/calendar/models/events.php +++ b/app/plugins/calendar/models/events.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/chat/controllers/chat.php b/app/plugins/chat/controllers/chat.php index b026a7f..3c204b2 100644 --- a/app/plugins/chat/controllers/chat.php +++ b/app/plugins/chat/controllers/chat.php @@ -26,7 +26,7 @@ use TheTempusProject\Models\Upload as UploadModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Components; use TheTempusProject\Houdini\Classes\Template; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Chat extends Controller { protected static $chat; diff --git a/app/plugins/chat/models/chat.php b/app/plugins/chat/models/chat.php index 5f56127..689318f 100644 --- a/app/plugins/chat/models/chat.php +++ b/app/plugins/chat/models/chat.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/comments/models/comments.php b/app/plugins/comments/models/comments.php index 041ec92..8514c63 100644 --- a/app/plugins/comments/models/comments.php +++ b/app/plugins/comments/models/comments.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Houdini\Classes\Views; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/contacts/models/contact.php b/app/plugins/contacts/models/contact.php index 7d17043..a52dc78 100644 --- a/app/plugins/contacts/models/contact.php +++ b/app/plugins/contacts/models/contact.php @@ -12,7 +12,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/contacts/models/phonebook.php b/app/plugins/contacts/models/phonebook.php index 6b3ebe9..287e4ce 100644 --- a/app/plugins/contacts/models/phonebook.php +++ b/app/plugins/contacts/models/phonebook.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/dashboards/models/dashboards.php b/app/plugins/dashboards/models/dashboards.php index c372203..bf13c06 100644 --- a/app/plugins/dashboards/models/dashboards.php +++ b/app/plugins/dashboards/models/dashboards.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Dashboards as Plugin; diff --git a/app/plugins/dice/models/dicehistory.php b/app/plugins/dice/models/dicehistory.php index b2bca8c..564682d 100644 --- a/app/plugins/dice/models/dicehistory.php +++ b/app/plugins/dice/models/dicehistory.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/dnd/models/characters.php b/app/plugins/dnd/models/characters.php index 78419d6..18cc5f1 100644 --- a/app/plugins/dnd/models/characters.php +++ b/app/plugins/dnd/models/characters.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Date; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/dnd/models/classes.php b/app/plugins/dnd/models/classes.php index 1c655ae..863a693 100644 --- a/app/plugins/dnd/models/classes.php +++ b/app/plugins/dnd/models/classes.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/feats.php b/app/plugins/dnd/models/feats.php index 75ea32d..6483d0b 100644 --- a/app/plugins/dnd/models/feats.php +++ b/app/plugins/dnd/models/feats.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/gods.php b/app/plugins/dnd/models/gods.php index 1b72a3b..ea79ce4 100644 --- a/app/plugins/dnd/models/gods.php +++ b/app/plugins/dnd/models/gods.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/items.php b/app/plugins/dnd/models/items.php index 723297c..7848660 100644 --- a/app/plugins/dnd/models/items.php +++ b/app/plugins/dnd/models/items.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/languages.php b/app/plugins/dnd/models/languages.php index fafd840..8320d4f 100644 --- a/app/plugins/dnd/models/languages.php +++ b/app/plugins/dnd/models/languages.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/monsters.php b/app/plugins/dnd/models/monsters.php index 90803f5..75e6b08 100644 --- a/app/plugins/dnd/models/monsters.php +++ b/app/plugins/dnd/models/monsters.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/races.php b/app/plugins/dnd/models/races.php index c416a2e..2b9f91d 100644 --- a/app/plugins/dnd/models/races.php +++ b/app/plugins/dnd/models/races.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/skills.php b/app/plugins/dnd/models/skills.php index 0b8fc2f..a0dc7cf 100644 --- a/app/plugins/dnd/models/skills.php +++ b/app/plugins/dnd/models/skills.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/sourcebooks.php b/app/plugins/dnd/models/sourcebooks.php index a64a103..3bdaa33 100644 --- a/app/plugins/dnd/models/sourcebooks.php +++ b/app/plugins/dnd/models/sourcebooks.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/spells.php b/app/plugins/dnd/models/spells.php index bc5db1b..746e4bf 100644 --- a/app/plugins/dnd/models/spells.php +++ b/app/plugins/dnd/models/spells.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/dnd/models/traits.php b/app/plugins/dnd/models/traits.php index a305d03..db51f04 100644 --- a/app/plugins/dnd/models/traits.php +++ b/app/plugins/dnd/models/traits.php @@ -11,7 +11,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/feedback/models/feedback.php b/app/plugins/feedback/models/feedback.php index 2248fa8..398c36b 100644 --- a/app/plugins/feedback/models/feedback.php +++ b/app/plugins/feedback/models/feedback.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; diff --git a/app/plugins/fileshare/models/upload.php b/app/plugins/fileshare/models/upload.php index e8e97e3..42a61b1 100644 --- a/app/plugins/fileshare/models/upload.php +++ b/app/plugins/fileshare/models/upload.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/initiativetracker/models/inithistory.php b/app/plugins/initiativetracker/models/inithistory.php index 92de34c..678c9f9 100644 --- a/app/plugins/initiativetracker/models/inithistory.php +++ b/app/plugins/initiativetracker/models/inithistory.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/members/models/members.php b/app/plugins/members/models/members.php index 19beb6f..2b27e1d 100644 --- a/app/plugins/members/models/members.php +++ b/app/plugins/members/models/members.php @@ -12,7 +12,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Sanitize; use TheTempusProject\Classes\DatabaseModel; diff --git a/app/plugins/members/models/membershipAssociations.php b/app/plugins/members/models/membershipAssociations.php index 7d0dac0..485ed68 100644 --- a/app/plugins/members/models/membershipAssociations.php +++ b/app/plugins/members/models/membershipAssociations.php @@ -13,7 +13,7 @@ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Sanitize; use TheTempusProject\Classes\DatabaseModel; diff --git a/app/plugins/members/models/membershipRecords.php b/app/plugins/members/models/membershipRecords.php index 1e1a485..750052c 100644 --- a/app/plugins/members/models/membershipRecords.php +++ b/app/plugins/members/models/membershipRecords.php @@ -12,7 +12,7 @@ */ namespace TheTempusProject\Models; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Sanitize; use TheTempusProject\Classes\DatabaseModel; diff --git a/app/plugins/messages/models/message.php b/app/plugins/messages/models/message.php index 727353d..4806477 100644 --- a/app/plugins/messages/models/message.php +++ b/app/plugins/messages/models/message.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Houdini\Classes\Components; use TheTempusProject\Houdini\Classes\Views; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Sanitize; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/notes/models/notebooks.php b/app/plugins/notes/models/notebooks.php index 0eb6023..e4f3f8c 100644 --- a/app/plugins/notes/models/notebooks.php +++ b/app/plugins/notes/models/notebooks.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/notes/models/notes.php b/app/plugins/notes/models/notes.php index 52ae882..621f48a 100644 --- a/app/plugins/notes/models/notes.php +++ b/app/plugins/notes/models/notes.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/notifications/models/notification.php b/app/plugins/notifications/models/notification.php index a852171..17f65f1 100644 --- a/app/plugins/notifications/models/notification.php +++ b/app/plugins/notifications/models/notification.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/polls/models/poll.php b/app/plugins/polls/models/poll.php index 6e8a1f3..03312a7 100644 --- a/app/plugins/polls/models/poll.php +++ b/app/plugins/polls/models/poll.php @@ -30,7 +30,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; diff --git a/app/plugins/polls/models/vote.php b/app/plugins/polls/models/vote.php index b91444a..8f3c9e1 100644 --- a/app/plugins/polls/models/vote.php +++ b/app/plugins/polls/models/vote.php @@ -16,7 +16,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Feedback as Plugin; diff --git a/app/plugins/reviews/models/review.php b/app/plugins/reviews/models/review.php index 2299382..2f21ee1 100644 --- a/app/plugins/reviews/models/review.php +++ b/app/plugins/reviews/models/review.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Reviews as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/reviews/models/reviewcategory.php b/app/plugins/reviews/models/reviewcategory.php index 1152d4f..eb4271f 100644 --- a/app/plugins/reviews/models/reviewcategory.php +++ b/app/plugins/reviews/models/reviewcategory.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Reviews as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/subscribe/models/subscribe.php b/app/plugins/subscribe/models/subscribe.php index 6e4169a..024c00b 100644 --- a/app/plugins/subscribe/models/subscribe.php +++ b/app/plugins/subscribe/models/subscribe.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Code; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; class Subscribe extends DatabaseModel { diff --git a/app/plugins/suggestions/models/suggestions.php b/app/plugins/suggestions/models/suggestions.php index f175551..b93b9b8 100644 --- a/app/plugins/suggestions/models/suggestions.php +++ b/app/plugins/suggestions/models/suggestions.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/tablefinder/models/players.php b/app/plugins/tablefinder/models/players.php index 58b8188..21fcd8d 100644 --- a/app/plugins/tablefinder/models/players.php +++ b/app/plugins/tablefinder/models/players.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Tablefinder as Plugin; diff --git a/app/plugins/tablefinder/models/tables.php b/app/plugins/tablefinder/models/tables.php index e65de58..7a3cbd3 100644 --- a/app/plugins/tablefinder/models/tables.php +++ b/app/plugins/tablefinder/models/tables.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Tablefinder as Plugin; diff --git a/app/plugins/testing/models/testing.php b/app/plugins/testing/models/testing.php index 7d9d2d7..300ba46 100644 --- a/app/plugins/testing/models/testing.php +++ b/app/plugins/testing/models/testing.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Filters; diff --git a/app/plugins/timers/controllers/timers.php b/app/plugins/timers/controllers/timers.php index 5f797c1..7d5593d 100644 --- a/app/plugins/timers/controllers/timers.php +++ b/app/plugins/timers/controllers/timers.php @@ -22,7 +22,7 @@ use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Houdini\Classes\Issues; use TheTempusProject\Classes\Forms; use TheTempusProject\Houdini\Classes\Template; -use TheTempusProject\Bedrock\Bedrock; +use TheTempusProject\Bedrock\Bin\Bedrock; class Timers extends Controller { protected static $timers; diff --git a/app/plugins/timers/models/timers.php b/app/plugins/timers/models/timers.php index ea9fbd8..f053208 100644 --- a/app/plugins/timers/models/timers.php +++ b/app/plugins/timers/models/timers.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\TheTempusProject as App; diff --git a/app/plugins/todo/models/tasklists.php b/app/plugins/todo/models/tasklists.php index fe7a4c0..d922adc 100644 --- a/app/plugins/todo/models/tasklists.php +++ b/app/plugins/todo/models/tasklists.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Bugreport as Plugin; diff --git a/app/plugins/todo/models/tasks.php b/app/plugins/todo/models/tasks.php index 7761dbc..50a6863 100644 --- a/app/plugins/todo/models/tasks.php +++ b/app/plugins/todo/models/tasks.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Classes\Config; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Bedrock\Classes\CustomException; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Bugreport as Plugin; diff --git a/app/plugins/updates/models/update.php b/app/plugins/updates/models/update.php index 7be9643..d7ab191 100644 --- a/app/plugins/updates/models/update.php +++ b/app/plugins/updates/models/update.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Models; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; use TheTempusProject\Plugins\Updates as Plugin; use TheTempusProject\TheTempusProject as App; diff --git a/app/resources/controllers/example.php b/app/resources/controllers/example.php index eeb80c1..a990612 100644 --- a/app/resources/controllers/example.php +++ b/app/resources/controllers/example.php @@ -14,7 +14,7 @@ namespace TheTempusProject\Controllers; use TheTempusProject\Classes\Controller; use TheTempusProject\Houdini\Classes\Template; use TheTempusProject\Houdini\Classes\Views; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; // The new controller must extend the default controller class or some functionality will be lost. class Example extends Controller { diff --git a/bin/tempus_project.php b/bin/tempus_project.php index 4b2eb10..f532416 100644 --- a/bin/tempus_project.php +++ b/bin/tempus_project.php @@ -13,13 +13,13 @@ */ namespace TheTempusProject; -use TheTempusProject\Bedrock\Bedrock; +use TheTempusProject\Bedrock\Bin\Bedrock; use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Functions\Session; use TheTempusProject\Bedrock\Functions\Cookie; use TheTempusProject\Bedrock\Functions\Check; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Hermes\Functions\Redirect; use TheTempusProject\Hermes\Functions\Route as Routes; diff --git a/composer.lock b/composer.lock index 9f2369e..68b5436 100644 --- a/composer.lock +++ b/composer.lock @@ -60,11 +60,11 @@ }, { "name": "thetempusproject/bedrock", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://git.thetempusproject.com/the-tempus-project/bedrock", - "reference": "570a286c1366e2f1b8705853e562fc0cb62ffae8" + "reference": "e3cf6beebb810e810b626678c391524bf6b3ddc5" }, "require": { "php": ">=8.1.0", @@ -101,7 +101,7 @@ "framework", "mvc" ], - "time": "2024-08-09T04:39:54+00:00" + "time": "2024-08-09T04:55:48+00:00" }, { "name": "thetempusproject/canary", @@ -191,11 +191,11 @@ }, { "name": "thetempusproject/houdini", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://git.thetempusproject.com/the-tempus-project/houdini", - "reference": "008d7d90230f9eee87d8dbe982e55fae433e1337" + "reference": "3de98733ac32c0a6e1a3230cbccfa33263e399be" }, "require": { "php": ">=8.1.0", @@ -231,7 +231,7 @@ "thetempusproject", "tools" ], - "time": "2024-08-09T04:38:04+00:00" + "time": "2024-08-09T04:56:06+00:00" }, { "name": "twbs/bootstrap", diff --git a/index.php b/index.php index 3a4c414..6885133 100644 --- a/index.php +++ b/index.php @@ -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; diff --git a/install.php b/install.php index 8a39a88..952289c 100644 --- a/install.php +++ b/install.php @@ -34,7 +34,7 @@ use TheTempusProject\Houdini\Classes\Components; use TheTempusProject\Houdini\Classes\Template; use TheTempusProject\Hermes\Functions\Redirect; use TheTempusProject\Hermes\Functions\Route; -use TheTempusProject\Canary\Canary as Debug; +use TheTempusProject\Canary\Bin\Canary as Debug; class Install extends Controller { private $installer;