Merge pull request #1980 from dmgawel/patch-1
Update template hierarchy
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user