chore: complete update
This commit is contained in:
13
src/Framework/View/Caching/TemplateContext.php
Normal file
13
src/Framework/View/Caching/TemplateContext.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\View\Caching;
|
||||
|
||||
class TemplateContext
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $template,
|
||||
public readonly array $data,
|
||||
public readonly ?string $controllerClass = null,
|
||||
public readonly array $metadata = []
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user