Add ViewHelper in view for injecting some basic classes in views
This commit is contained in:
@ -7,5 +7,5 @@ use Ardent\Undercurrent\Http\ResponseInterface;
|
||||
|
||||
interface ViewInterface
|
||||
{
|
||||
public function render(AppConfig $config): string;
|
||||
public function render(AppConfig $config, ViewHelper $helper): string;
|
||||
}
|
Reference in New Issue
Block a user