chore: complete update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\View\Loading\Resolvers;
|
||||
|
||||
interface TemplateResolverStrategy
|
||||
{
|
||||
public function resolve(string $template, ?string $controllerClass = null): ?string;
|
||||
}
|
||||
Reference in New Issue
Block a user