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: © 2021 Sarita Singh <saritasingh.0425@gmail.com>
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
14 $loader = $GLOBALS['container']->get('twig.loader');
15 $loader->addPath(dirname(__FILE__).'/template');