invoiceninja/tests/Feature/PdfMaker/Bold.php

14 lines
207 B
PHP
Raw Normal View History

2020-07-20 17:03:52 +02:00
<?php
namespace Tests\Feature\PdfMaker;
class Bold
{
public function html()
{
return file_get_contents(
base_path('tests/Feature/PdfMaker/designs/bold.html')
);
}
}