1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/tests/Feature/PdfMaker/ExampleDesign.php
2020-07-22 14:34:15 +02:00

13 lines
217 B
PHP

<?php
namespace Tests\Feature\PdfMaker;
class ExampleDesign
{
public function html()
{
return file_get_contents(
base_path('tests/Feature/PdfMaker/example-design.html')
);
}
}