Skip to content

Commit 13cf452

Browse files
committed
bugf fixed.
1 parent 536c946 commit 13cf452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service/Generator/Compiler/MigrationCompiler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ private function generateFilename(string $name, int $currentAmount, int $maxAmou
205205

206206
private function writeTemplateToFile(string $path, string $fileName, string $content): bool
207207
{
208-
dump($path);
209208
$filesystem = $this->getFilesystem();
210209
$filePath = $path . DIRECTORY_SEPARATOR . $fileName;
211210
$success = false;

0 commit comments

Comments
 (0)