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