Merge pull request #6048 from nextcloud/fix-migration-generation

Fix typo in template for migration generation
This commit is contained in:
Morris Jobke 2017-08-09 13:42:36 +02:00 committed by GitHub
commit bcfaaf5294

View file

@ -38,7 +38,7 @@ class GenerateCommand extends Command {
protected static $_templateSimple =
'<?php
namespace {{<namespace}};
namespace {{namespace}};
use Doctrine\DBAL\Schema\Schema;
use OCP\Migration\SimpleMigrationStep;