mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix typo in template for migration generation
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
de911f6e5c
commit
f877096a28
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue