Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
cbaba96d5e | |||
34babdb2dc | |||
3de98733ac | |||
008d7d9023 |
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
namespace TheTempusProject\Houdini\Classes;
|
namespace TheTempusProject\Houdini\Classes;
|
||||||
|
|
||||||
use TheTempusProject\Canary\Canary as Debug;
|
use TheTempusProject\Canary\Bin\Canary as Debug;
|
||||||
|
|
||||||
class Filters {
|
class Filters {
|
||||||
public static $filters = [
|
public static $filters = [
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
namespace TheTempusProject\Houdini\Classes;
|
namespace TheTempusProject\Houdini\Classes;
|
||||||
|
|
||||||
use TheTempusProject\Hermes\Functions\Route as Routes;
|
use TheTempusProject\Hermes\Functions\Route as Routes;
|
||||||
use TheTempusProject\Canary\Canary as Debug;
|
use TheTempusProject\Canary\Bin\Canary as Debug;
|
||||||
|
|
||||||
class Navigation extends Template {
|
class Navigation extends Template {
|
||||||
public static $menus_array = [];
|
public static $menus_array = [];
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
namespace TheTempusProject\Houdini\Classes;
|
namespace TheTempusProject\Houdini\Classes;
|
||||||
|
|
||||||
use TheTempusProject\Canary\Canary as Debug;
|
use TheTempusProject\Canary\Bin\Canary as Debug;
|
||||||
use TheTempusProject\Hermes\Functions\Route as Routes;
|
use TheTempusProject\Hermes\Functions\Route as Routes;
|
||||||
// use TheTempusProject\Bedrock\Functions\Date;
|
// use TheTempusProject\Bedrock\Functions\Date;
|
||||||
// use TheTempusProject\Bedrock\Classes\CustomException;
|
// use TheTempusProject\Bedrock\Classes\CustomException;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
namespace TheTempusProject\Houdini\Classes;
|
namespace TheTempusProject\Houdini\Classes;
|
||||||
|
|
||||||
use TheTempusProject\Canary\Canary as Debug;
|
use TheTempusProject\Canary\Bin\Canary as Debug;
|
||||||
|
|
||||||
class Views extends Template {
|
class Views extends Template {
|
||||||
public static $additionalLocations = [];
|
public static $additionalLocations = [];
|
||||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -12,7 +12,7 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
|
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
|
||||||
"reference": "8f140bee757c9270a0cc34c720e81c26683569fb"
|
"reference": "289f35cf6b0bcacc4eaba056a11906426c6068fa"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1.0"
|
"php": ">=8.1.0"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"thetempusproject",
|
"thetempusproject",
|
||||||
"tools"
|
"tools"
|
||||||
],
|
],
|
||||||
"time": "2024-08-09T04:08:24+00:00"
|
"time": "2024-08-09T21:13:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "thetempusproject/hermes",
|
"name": "thetempusproject/hermes",
|
||||||
|
Reference in New Issue
Block a user