- Some bugfixes linked to attributes
This commit is contained in:
parent
4549d93583
commit
c4f303434d
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Dave Mc Nicoll",
|
"name": "Dave Mc Nicoll",
|
||||||
"email": "mcndave@gmail.com"
|
"email": "info@mcnd.ca"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace Notes\Breadcrumb\Attribute\Method;
|
namespace Notes\Breadcrumb\Attribute\Method;
|
||||||
|
|
||||||
|
use Notes\Route\Attribute\Method\Route;
|
||||||
|
|
||||||
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD)]
|
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD)]
|
||||||
class Breadcrumb implements \Notes\Attribute {
|
class Breadcrumb implements \Notes\Attribute {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user