/home/techb158/ileadtechnology.com/vendor/mpdf/psr-log-aware-trait/src
Edit: /home/techb158/ileadtechnology.com/vendor/mpdf/psr-log-aware-trait/src/MpdfPsrLogAwareTrait.php (502B)
logger = $logger;
if (property_exists($this, 'services') && is_array($this->services)) {
foreach ($this->services as $name) {
if ($this->$name && $this->$name instanceof \Psr\Log\LoggerAwareInterface) {
$this->$name->setLogger($logger);
}
}
}
}
}