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:
@@ -124,7 +124,7 @@ class ShopPaymentMethodController
|
||||
'Brak danych w tabeli.'
|
||||
);
|
||||
|
||||
return \Tpl::view('shop-payment-method/payment-methods-list', [
|
||||
return \Shared\Tpl\Tpl::view('shop-payment-method/payment-methods-list', [
|
||||
'viewModel' => $viewModel,
|
||||
]);
|
||||
}
|
||||
@@ -138,7 +138,7 @@ class ShopPaymentMethodController
|
||||
exit;
|
||||
}
|
||||
|
||||
return \Tpl::view('shop-payment-method/payment-method-edit', [
|
||||
return \Shared\Tpl\Tpl::view('shop-payment-method/payment-method-edit', [
|
||||
'form' => $this->buildFormViewModel($paymentMethod, $this->getApiloPaymentTypes()),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user