Skip to content

Commit

Permalink
fix include for temporary uploaded file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed May 30, 2024
1 parent 67b0246 commit 5082633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fortify/Components/UpdateProfilePhotoForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use ARKEcosystem\Foundation\UserInterface\Components\UploadImageSingle;
use Illuminate\View\View;
use Livewire\Component;
use Livewire\TemporaryUploadedFile;
use Livewire\Features\SupportFileUploads\TemporaryUploadedFile;

class UpdateProfilePhotoForm extends Component
{
Expand Down
2 changes: 1 addition & 1 deletion src/UserInterface/Components/UploadImageCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use ARKEcosystem\Foundation\UserInterface\Components\Concerns\HandleUploadError;
use Illuminate\Support\Facades\Validator;
use Illuminate\Validation\Rule;
use Livewire\TemporaryUploadedFile;
use Livewire\Features\SupportFileUploads\TemporaryUploadedFile;
use Livewire\WithFileUploads;

trait UploadImageCollection
Expand Down

0 comments on commit 5082633

Please sign in to comment.