From 4f203c2602f5bdec19d9d69de045e91e4510bc88 Mon Sep 17 00:00:00 2001 From: mscherer Date: Fri, 6 Dec 2024 18:13:26 +0100 Subject: [PATCH] Docs. --- docs/en/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index 4bf31a2a..c7025475 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -1196,7 +1196,7 @@ to alert developers about new migrations that are not yet being applied:: ->add(new PendingMigrationsMiddleware($config)) ... // rest -You can set `app` config to false if you are only interested in plugin migrations to be checked. +You can add `'app'` config key set to `false` if you are only interested in plugin migrations to be checked. In case you run into the exception and need to skip it for a moment, you can temporarily disable it using the query string `...?skip-migration-check=1`.