@@ -33,8 +33,6 @@ |
||
| 33 | 33 | use Doctrine\DBAL\Migrations\Configuration\Configuration; |
| 34 | 34 | use Doctrine\DBAL\Migrations\Migration; |
| 35 | 35 | use Doctrine\DBAL\Migrations\OutputWriter; |
| 36 | -use InvalidArgumentException; |
|
| 37 | -use OC\Core\Command\Db\Migrations\MigrateCommand; |
|
| 38 | 36 | use OC\Hooks\BasicEmitter; |
| 39 | 37 | use OC\IntegrityCheck\Checker; |
| 40 | 38 | use OC_App; |
@@ -17,6 +17,7 @@ |
||
| 17 | 17 | trait MigrationTrait { |
| 18 | 18 | /** |
| 19 | 19 | * @param $appName |
| 20 | + * @param \Doctrine\DBAL\Connection $connection |
|
| 20 | 21 | * @return Configuration |
| 21 | 22 | */ |
| 22 | 23 | protected function buildConfiguration($appName, $connection) { |