invoiceninja/tests/Feature/PdfMaker/Playful.php

14 lines
213 B
PHP
Raw Normal View History

2020-07-21 19:00:17 +02:00
<?php
namespace Tests\Feature\PdfMaker;
class Playful
{
public function html()
{
return file_get_contents(
base_path('tests/Feature/PdfMaker/designs/playful.html')
);
}
}