again?!
This commit is contained in:
@@ -4,7 +4,7 @@ namespace src\Controller;
|
|||||||
abstract class BaseController
|
abstract class BaseController
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
string $templatePath = __DIR__ . '/../../templates/'
|
protected string $templatePath = __DIR__ . '/../../templates/'
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
protected function render(string $view, array $data = []): void
|
protected function render(string $view, array $data = []): void
|
||||||
|
|||||||
Reference in New Issue
Block a user