Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Template / Loader / FilesystemLoader.php
index 3f727cf52386daf4c94a17e8e8dfa0aa1979a808..b84e790b62f93d9d8c48846345ac43ba704ff385 100644 (file)
@@ -24,7 +24,7 @@ class FilesystemLoader extends \Twig_Loader_Filesystem {
    * @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler
    *   The theme handler service.
    */
-  public function __construct($paths = [], ModuleHandlerInterface $module_handler, ThemeHandlerInterface $theme_handler) {
+  public function __construct($paths, ModuleHandlerInterface $module_handler, ThemeHandlerInterface $theme_handler) {
     parent::__construct($paths);
 
     // Add namespaced paths for modules and themes.