diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-09 11:01:08 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-08-09 11:01:08 +0200 |
commit | f877096a28f4dbeb600f5311fb85822db4d5a228 (patch) | |
tree | fa1cc467e41cbae218dddccbde7cecfd71c9bd94 | |
parent | de911f6e5c394fc86f45edc58850fd2e7649913c (diff) | |
download | nextcloud-server-f877096a28f4dbeb600f5311fb85822db4d5a228.tar.gz nextcloud-server-f877096a28f4dbeb600f5311fb85822db4d5a228.zip |
Fix typo in template for migration generation
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | core/Command/Db/Migrations/GenerateCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 4db82d6eff4..0825ddb7085 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -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; |