Issue #2321605 by sun: Fix comment syntax in example.settings.local.php

8.0.x
Jennifer Hodgdon 2014-08-18 10:20:23 -07:00
parent bd0f39f06b
commit 9c12817cc9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $config['system.performance']['js']['preprocess'] = FALSE;
/**
* Disable the render cache, by using the Null cache back-end defined by the
* development.services.yml file above.
* /
*/
$settings['cache']['bins']['render'] = 'cache.backend.null';
/**