Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Aug 20, 2024
1 parent 6314b4b commit 20a410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreateModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
"\${0}\ninclude_once __DIR__ . '/src/SourceListener';\ninclude_once __DIR__ . '/src/MyTypeProvider.php';\ninclude_once __DIR__ . '/src/Type/MyType.php';\ninclude_once __DIR__ . '/src/Type/MyQueryType.php';",
"\${0}\n\n 'source.init' => [
SourceListener::class => ['initSource']
]",
],",
];

$this->replaceInFile("{$path}/bootstrap.php", $find, $replace);
Expand Down

0 comments on commit 20a410f

Please sign in to comment.