for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Madapaja.TwigModule package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
namespace Madapaja\TwigModule;
use Ray\Di\AbstractModule;
use Ray\Di\Scope;
class MobileTwigModule extends AbstractModule
{
* {@inheritdoc}
protected function configure()
$this->bind(TemplateFinderInterface::class)->to(MobileTemplateFinder::class)->in(Scope::SINGLETON);
}