Fix typo in template for migration generation
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
de911f6e5c
commit
f877096a28
|
@ -38,7 +38,7 @@ class GenerateCommand extends Command {
|
||||||
|
|
||||||
protected static $_templateSimple =
|
protected static $_templateSimple =
|
||||||
'<?php
|
'<?php
|
||||||
namespace {{<namespace}};
|
namespace {{namespace}};
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
use OCP\Migration\SimpleMigrationStep;
|
use OCP\Migration\SimpleMigrationStep;
|
||||||
|
|
Loading…
Reference in New Issue