1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Fixes for namespace

This commit is contained in:
David Bomba 2024-09-02 13:10:06 +10:00
parent 9c4462d534
commit 11d32d2569
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -345,7 +345,7 @@
"src": "resources/js/setup/setup.js"
},
"resources/sass/app.scss": {
"file": "assets/app-4e969b65.css",
"file": "assets/app-15411b02.css",
"isEntry": true,
"src": "resources/sass/app.scss"
}

View File

@ -9,6 +9,8 @@
* @license https://www.elastic.co/licensing/elastic-license
*/
namespace Tests\Unit;
use App\Jobs\EDocument\CreateEDocument;
use App\Jobs\Entity\CreateRawPdf;
use horstoeko\zugferd\ZugferdDocumentReader;