Benjamin Beganović 56e11ac499 Elegant
2020-07-21 18:03:14 +02:00

14 lines
213 B
PHP

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