diff --git a/src/Service/Partials.php b/src/Service/Partials.php index 8ab8fff..c03e306 100644 --- a/src/Service/Partials.php +++ b/src/Service/Partials.php @@ -36,7 +36,7 @@ class Partials * * @return string The full path. */ - protected function getFilePattern(string $directoryName) + protected function getFilePattern($directoryName) { return getcwd() . DIRECTORY_SEPARATOR . $directoryName . DIRECTORY_SEPARATOR . '*.php'; }