- Fixed the composer
This commit is contained in:
parent
d30843dbfd
commit
7ee7f3b014
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcnd/notes-cronard",
|
||||
"description": "List every runnable cron method from your controller using annotations.",
|
||||
"name": "mcnd/notes-event",
|
||||
"description": "List every runnable event method from your controller using annotations.",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
@ -20,7 +20,7 @@
|
|||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Notes\\Cronard\\": "src/"
|
||||
"Notes\\Event\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue