Skip to content

Commit

Permalink
fix: add annotations to the const
Browse files Browse the repository at this point in the history
  • Loading branch information
CamKem committed Dec 17, 2024
1 parent 7bbee99 commit e8c2724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Livewire/Questions/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ final class Create extends Component
{
use WithFileUploads;

/**
* The disk to store the images.
*/
private const string IMAGE_DISK = 'public';

/**
Expand Down

0 comments on commit e8c2724

Please sign in to comment.