Merge pull request #1144 from batuhawk/master

Unnecessary paths deleted, path updated to upper
This commit is contained in:
Batuhan Baş 2020-01-20 13:40:07 +03:00 committed by GitHub
commit 46cd1be02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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\Abstracts\Export;
use App\Models\Purchase\BillItem as Model; 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 class BillItems extends Export
{ {

View File

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