mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-11 05: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
|
||||
*
|
||||
* @return \Mpdf\Mpdf
|
||||
* @return void
|
||||
*/
|
||||
public function setLogger(LoggerInterface $logger)
|
||||
{
|
||||
|
|
@ -1563,8 +1563,6 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
|
|||
$this->$name->setLogger($logger);
|
||||
}
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
private function initConfig(array $config)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user