From 03cc60d8a667729210f89557d92b9d79cd51b0da Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 15 Dec 2016 08:49:30 +0100 Subject: [PATCH] add missing code block directive --- configuration/multiple_kernels.rst | 3 +++ 1 file changed, 3 insertions(+) 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 + { "...": "..."