- Some bugfixes linked to attributes

This commit is contained in:
Dave M. 2023-07-09 12:43:50 -04:00
parent 4549d93583
commit c4f303434d
2 changed files with 3 additions and 1 deletions
composer.json
src/Attribute/Method

@ -6,7 +6,7 @@
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
"email": "info@mcnd.ca"
}
],
"require": {

@ -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 {