mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-02-13 19:18:40 +00:00
bug fixes and subscription improvements
This commit is contained in:
parent
a4fd969973
commit
1fc65a38db
|
|
@ -1552,7 +1552,7 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
|
||||||
/**
|
/**
|
||||||
* @param \Psr\Log\LoggerInterface
|
* @param \Psr\Log\LoggerInterface
|
||||||
*
|
*
|
||||||
* @return \Mpdf\Mpdf
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function setLogger(LoggerInterface $logger)
|
public function setLogger(LoggerInterface $logger)
|
||||||
{
|
{
|
||||||
|
|
@ -1563,8 +1563,6 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
|
||||||
$this->$name->setLogger($logger);
|
$this->$name->setLogger($logger);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function initConfig(array $config)
|
private function initConfig(array $config)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user