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