Skip to content

Commit

Permalink
fix name service file
Browse files Browse the repository at this point in the history
  • Loading branch information
luigimassa committed Mar 10, 2023
1 parent 4cf9135 commit ba99763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Module/ModuleGenerate.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function createConfig($modulename)
$this->getModuleDirectory($modulename) . DIRECTORY_SEPARATOR . 'config' .
DIRECTORY_SEPARATOR . 'admin';
$this->filesystem->dumpFile(
$module_config_path . DIRECTORY_SEPARATOR . 'service.yml',
$module_config_path . DIRECTORY_SEPARATOR . 'services.yml',
$service_code
);
}
Expand Down

0 comments on commit ba99763

Please sign in to comment.