mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-03-22 08:21:23 +03:00
replaced require with include as phpcs complained
This commit is contained in:
parent
4caef1d806
commit
ef5cd2cb25
@ -88,7 +88,7 @@ class Autoloader
|
|||||||
$file = sprintf('%s/%s.php', $this->_baseDir, str_replace('\\', '/', $class));
|
$file = sprintf('%s/%s.php', $this->_baseDir, str_replace('\\', '/', $class));
|
||||||
|
|
||||||
if (is_file($file)) {
|
if (is_file($file)) {
|
||||||
require $file;
|
include $file;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user