Eliminate popup when downloading xml invoices.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
namespace App\Http\Controllers\Api;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Http\Option;
|
||||
use App\Models\Invoice;
|
||||
use Symfony\Component\HttpFoundation\StreamedResponse;
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Mail;
|
||||
|
||||
use App\Http\Controllers\EController;
|
||||
use App\Http\Controllers\Api\EController;
|
||||
use App\Http\Controllers\PdfController;
|
||||
use App\Models\Invoice;
|
||||
use Illuminate\Bus\Queueable;
|
||||
|
||||
Reference in New Issue
Block a user