for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Leonidas\Framework\Theme\Module;
use Leonidas\Framework\Theme\Module\Abstracts\TemplateRouterModule;
class TemplateRouter extends TemplateRouterModule
{
public const TEMPLATE_PATH_CASCADE = [
'view.templates.path', 'view.templates',
];
protected function templateDirectory(): string
return $this->configCascade(static::TEMPLATE_PATH_CASCADE);
return $this->configCasc...:TEMPLATE_PATH_CASCADE)
null
string
}