2020-07-21 22:24:54 +02:00

14 lines
215 B
PHP

<?php
namespace Tests\Feature\PdfMaker;
class Creative
{
public function html()
{
return file_get_contents(
base_path('tests/Feature/PdfMaker/designs/creative.html')
);
}
}