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:
parent
9c4462d534
commit
11d32d2569
1
public/build/assets/app-4e969b65.css
vendored
1
public/build/assets/app-4e969b65.css
vendored
File diff suppressed because one or more lines are too long
@ -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"
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user