@@ -42,7 +42,7 @@ |
||
42 | 42 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) { |
43 | 43 | /** @var ISchemaWrapper $schema */ |
44 | 44 | $schema = $schemaClosure(); |
45 | - if(!$schema->hasTable('filecache_extended')) { |
|
45 | + if (!$schema->hasTable('filecache_extended')) { |
|
46 | 46 | $table = $schema->createTable('filecache_extended'); |
47 | 47 | $table->addColumn('fileid', Type::INTEGER, [ |
48 | 48 | 'notnull' => true, |