Merge pull request #1980 from dmgawel/patch-1

Update template hierarchy
This commit is contained in:
Ben Word
2018-04-25 12:16:01 -06:00
committed by GitHub

View File

@@ -109,10 +109,12 @@ function filter_templates($templates)
return [
"{$path}/{$template}.blade.php",
"{$path}/{$template}.php",
"{$template}.blade.php",
"{$template}.php",
];
});
})
->concat([
"{$template}.blade.php",
"{$template}.php",
]);
})
->filter()
->unique()