Benjamin Beganović 5c1bf92bf1 Plain
2020-07-20 17:41:07 +02:00

14 lines
209 B
PHP

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