Skip to content

Commit b20bdc8

Browse files
committed
Доработки
1 parent c6b5943 commit b20bdc8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Services/Twig/TwigService.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,6 @@ public function instance() : Environment
8181
return $this->twigEnvironment;
8282
}
8383

84-
/**
85-
* Пути к базовой директории шаблонов из конфига контейнера.
86-
*
87-
* @return array
88-
*
89-
* @since 06.11.2020
90-
*/
91-
public function getPaths() : array
92-
{
93-
$this->twigOptions['paths'] = (array)$this->twigOptions['paths'];
94-
95-
return $this->twigOptions['paths'] ?? [];
96-
}
97-
9884
/**
9985
* Еще один базовый путь к шаблонам Twig.
10086
*

0 commit comments

Comments
 (0)