%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/File/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/mpdf/mpdf/src/File/LocalContentLoader.php |
<?php
namespace Mpdf\File;
class LocalContentLoader implements \Mpdf\File\LocalContentLoaderInterface
{
public function load($path)
{
return file_get_contents($path);
}
}