mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix loader hint
This commit is contained in:
parent
d5dcfbe410
commit
d977c86116
@ -517,7 +517,7 @@ class Fenom {
|
|||||||
* @param Fenom\Template $template
|
* @param Fenom\Template $template
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
protected function _loadTag($tag, Template $template) {
|
protected function _loadTag($tag, $template) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user