From c4f303434d4a0adf39e1ca375d804a5a69e5f3fa Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Sun, 9 Jul 2023 12:43:50 -0400 Subject: [PATCH] - Some bugfixes linked to attributes --- composer.json | 2 +- src/Attribute/Method/Breadcrumb.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a949494..ca7dac6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Dave Mc Nicoll", - "email": "mcndave@gmail.com" + "email": "info@mcnd.ca" } ], "require": { diff --git a/src/Attribute/Method/Breadcrumb.php b/src/Attribute/Method/Breadcrumb.php index 6fe5adf..643f530 100644 --- a/src/Attribute/Method/Breadcrumb.php +++ b/src/Attribute/Method/Breadcrumb.php @@ -2,6 +2,8 @@ namespace Notes\Breadcrumb\Attribute\Method; +use Notes\Route\Attribute\Method\Route; + #[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD)] class Breadcrumb implements \Notes\Attribute {