refactor: move PHP source into src/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f7acba7c93
commit
fb0f9c384b
8 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
autoconfigure: true
|
||||
|
||||
KimaiPlugin\KimaiHeatmapBundle\:
|
||||
resource: '../../{Controller,Service,Widget,EventSubscriber}/'
|
||||
resource: '../../src/{Controller,Service,Widget,EventSubscriber}/'
|
||||
|
||||
KimaiPlugin\KimaiHeatmapBundle\KimaiHeatmapBundle:
|
||||
tags: ['App\Plugin\PluginInterface']
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"KimaiPlugin\\KimaiHeatmapBundle\\": ""
|
||||
"KimaiPlugin\\KimaiHeatmapBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue