ver. 0.285: Tpl → Shared\Tpl namespace, CurlServer removal, thumb.php fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -111,7 +111,7 @@ class DictionariesController
|
||||
'Dodaj jednostke miary'
|
||||
);
|
||||
|
||||
return \Tpl::view('dictionaries/units-list', [
|
||||
return \Shared\Tpl\Tpl::view('dictionaries/units-list', [
|
||||
'viewModel' => $viewModel,
|
||||
]);
|
||||
}
|
||||
@@ -129,7 +129,7 @@ class DictionariesController
|
||||
|
||||
$viewModel = $this->buildFormViewModel($unit, $languages, $validationErrors);
|
||||
|
||||
return \Tpl::view('dictionaries/unit-edit', ['form' => $viewModel]);
|
||||
return \Shared\Tpl\Tpl::view('dictionaries/unit-edit', ['form' => $viewModel]);
|
||||
}
|
||||
|
||||
public function save(): void
|
||||
|
||||
Reference in New Issue
Block a user