@@ -106,6 +106,11 @@ |
||
| 106 | 106 | return $this->instanceTemplate; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | + /** |
|
| 110 | + * @param string $version |
|
| 111 | + * @param string $up |
|
| 112 | + * @param string $down |
|
| 113 | + */ |
|
| 109 | 114 | protected function generateMigration(Configuration $configuration, InputInterface $input, $version, $up = null, $down = null) |
| 110 | 115 | { |
| 111 | 116 | $placeHolders = [ |