unnecessary paths deleted, path updated to upper

This commit is contained in:
batuhanbas 2020-01-20 13:39:32 +03:00
parent 4b6916abd4
commit a0bc814b73
2 changed files with 1 additions and 6 deletions

View File

@ -4,11 +4,6 @@ namespace App\Exports\Purchases\Sheets;
use App\Abstracts\Export;
use App\Models\Purchase\BillItem as Model;
use Maatwebsite\Excel\Concerns\FromCollection;
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
use Maatwebsite\Excel\Concerns\WithHeadings;
use Maatwebsite\Excel\Concerns\WithMapping;
use Maatwebsite\Excel\Concerns\WithTitle;
class BillItems extends Export
{

View File

@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers\portal;
namespace App\Http\Controllers\Portal;
use App\Abstracts\Http\Controller;
use App\Models\Banking\Transaction;