Skip to content

Commit

Permalink
add the upload feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 25, 2024
1 parent aed0318 commit 1700d85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
use App\Domains\Documents\TypesEnum;
use App\Http\Resources\CollectionResource;
use App\Http\Resources\DocumentResource;
use App\Jobs\ParsePdfFileJob;
use App\Jobs\ProcessFileJob;
use App\Models\Collection;
use App\Models\Document;
use Illuminate\Support\Facades\Log;

class CollectionController extends Controller
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tests\Feature\Http\Controllers;

use App\Jobs\ParsePdfFileJob;
use App\Jobs\ProcessFileJob;
use App\Models\Collection;
use App\Models\User;
Expand Down

0 comments on commit 1700d85

Please sign in to comment.