From 3208bf65bc531232162c6a9cc7a8276cfa6769b1 Mon Sep 17 00:00:00 2001 From: dpankratov Date: Tue, 3 May 2022 18:57:42 +0600 Subject: [PATCH] fix: add config_version; --- config/auto-doc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/auto-doc.php b/config/auto-doc.php index a2126815..5daf8e01 100644 --- a/config/auto-doc.php +++ b/config/auto-doc.php @@ -129,5 +129,7 @@ 'display_environments' => [ 'local', 'development' - ] + ], + + 'config_version' => '2.0' ];