remove :void for PHP 7.0 compability
This commit is contained in:
@@ -429,7 +429,7 @@ class ControllerExtensionPaymentHutko extends Controller
|
|||||||
return $responseData;
|
return $responseData;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function logOC(string $message): void
|
protected function logOC(string $message)
|
||||||
{
|
{
|
||||||
if ($this->config->get('payment_hutko_save_logs')) {
|
if ($this->config->get('payment_hutko_save_logs')) {
|
||||||
$this->log->write('Hutko Payment: ' . $message);
|
$this->log->write('Hutko Payment: ' . $message);
|
||||||
|
|||||||
Reference in New Issue
Block a user