Skip to content

Commit 731e789

Browse files
gxndatobybatch
andauthored
feat: added ui for log downloads by f-year (#728)
* feat: added ui for log downloads by f-year * fix: resolved conflicts on VoucherController.php * fix: linting --------- Co-authored-by: Tobias Batch <[email protected]>
1 parent 71f66d6 commit 731e789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Http/Controllers/Store/VoucherController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
namespace App\Http\Controllers\Store;
44

55
use App\Http\Controllers\Controller;
6+
use App\Services\TextFormatter;
67
use App\Wrappers\SecretStreamWrapper;
78
use Carbon\Carbon;
89
use Illuminate\Http\Request;
9-
use Illuminate\Support\Facades\Log;
1010
use Illuminate\Support\Facades\File;
11+
use Illuminate\Support\Facades\Log;
1112
use Illuminate\Support\Facades\Storage;
1213
use Symfony\Component\HttpFoundation\StreamedResponse;
13-
use App\Services\TextFormatter;
1414
use URL;
1515

1616
class VoucherController extends Controller

docs/ERD.png

-352 KB
Binary file not shown.

0 commit comments

Comments
 (0)