mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fixes for namespace
This commit is contained in:
parent
1c7377b000
commit
bc28947e55
@ -15,9 +15,6 @@ namespace App\Http\Requests\EInvoice\Peppol;
|
||||
use App\Models\Country;
|
||||
use Illuminate\Validation\Rule;
|
||||
use Illuminate\Foundation\Http\FormRequest;
|
||||
use Illuminate\Auth\Access\AuthorizationException;
|
||||
use App\Rules\EInvoice\Peppol\SupportsReceiverIdentifier;
|
||||
use App\Services\EDocument\Standards\Peppol\ReceiverIdentifier;
|
||||
|
||||
class AddTaxIdentifierRequest extends FormRequest
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit\Requests\EInvoice\Peppol;
|
||||
namespace Tests\Feature\EInvoice\Validation;
|
||||
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Support\Facades\Validator;
|
||||
|
Loading…
Reference in New Issue
Block a user