From f91d4e3ccd2d44e32a3e9954202e2b9555400370 Mon Sep 17 00:00:00 2001 From: Marijus Kilmanas Date: Thu, 21 Mar 2019 18:34:17 +0200 Subject: [PATCH] Fix docs to reflect extension configuration: change 'kernel.file' to 'kernel.path' --- docs/05_configuration_reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/05_configuration_reference.md b/docs/05_configuration_reference.md index 993cf17..602f580 100644 --- a/docs/05_configuration_reference.md +++ b/docs/05_configuration_reference.md @@ -12,7 +12,7 @@ default: bootstrap: ~ kernel: class: ~ - file: ~ + path: ~ environment: ~ debug: ~ ``` @@ -30,7 +30,7 @@ default: If you do not pass any, it would look for either `App\Kernel` (Symfony 4) or `AppKernel` (Symfony 3). If none are found, an exception would be thrown and you would be required to specify it explicitly. - * **`kernel.file`**: + * **`kernel.path`**: It is a path to the file containing the application kernel class. You might want to set it if your kernel is not autoloaded by Composer's autoloaded.