diff --git a/configuration/multiple_kernels.rst b/configuration/multiple_kernels.rst index 055c9de0e47..02666493c09 100644 --- a/configuration/multiple_kernels.rst +++ b/configuration/multiple_kernels.rst @@ -108,6 +108,9 @@ they don't collide with the files from ``AppKernel``:: In order for the autoloader to find your new ``ApiKernel``, make sure you add it to your ``composer.json`` autoload section: + +.. code-block:: json + { "...": "..."