invoiceninja/tests/Feature/PdfMaker/Creative.php

14 lines
215 B
PHP
Raw Normal View History

2020-07-21 18:29:20 +02:00
<?php
namespace Tests\Feature\PdfMaker;
class Creative
2020-07-21 18:29:20 +02:00
{
public function html()
{
return file_get_contents(
base_path('tests/Feature/PdfMaker/designs/creative.html')
);
}
}