FOSSology  4.4.0
Open Source License Compliance by Open Source Software
services.php
Go to the documentation of this file.
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2015 Siemens AG
4 
5  SPDX-License-Identifier: FSFAP
6 */
13 global $container;
14 $loader = $container->get('twig.loader');
15 $loader->addPath(dirname(__FILE__).'/template');