- Fixed the composer

This commit is contained in:
Dave M. 2023-03-29 15:21:13 +00:00
parent d30843dbfd
commit 7ee7f3b014
1 changed files with 3 additions and 3 deletions

View File

@ -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/"
}
}
}