From 913fd6ab2b18d59e74f81af3f065770ce1f57413 Mon Sep 17 00:00:00 2001 From: rShipelov <49198006+rShipelov@users.noreply.github.com> Date: Tue, 22 Sep 2020 15:20:30 +0300 Subject: [PATCH] Update configuration.rst --- docs/en/reference/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/configuration.rst b/docs/en/reference/configuration.rst index f448fbcf86..15693fbb74 100644 --- a/docs/en/reference/configuration.rst +++ b/docs/en/reference/configuration.rst @@ -88,7 +88,7 @@ Now, in the root of your project place a file named ``migrations.php``, ``migrat { "table_storage": { - "table_name: "doctrine_migration_versions", + "table_name": "doctrine_migration_versions", "version_column_name": "version", "version_column_length": 1024, "executed_at_column_name": "executed_at",