1 | <?php |
||
20 | class TomlFileLoader extends JsonFileLoader |
||
21 | { |
||
22 | use SupportsTrait; |
||
23 | |||
24 | /** |
||
25 | * Loads the Toml File |
||
26 | * |
||
27 | * @param string $file |
||
28 | * |
||
29 | * @throws \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException |
||
30 | * @return array |
||
31 | */ |
||
32 | protected function loadFile($file) |
||
44 | } |
||
45 |