Current path: home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/assets/vendor/mpdf/mpdf/src/File/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/assets/vendor/mpdf/mpdf/src
<?php
namespace Mpdf\File;
class LocalContentLoader implements \Mpdf\File\LocalContentLoaderInterface
{
public function load($path)
{
return file_get_contents($path);
}
}