diff --git a/app/Livewire/Questions/Create.php b/app/Livewire/Questions/Create.php index 8f04eb82a..9619f7518 100644 --- a/app/Livewire/Questions/Create.php +++ b/app/Livewire/Questions/Create.php @@ -30,6 +30,9 @@ final class Create extends Component { use WithFileUploads; + /** + * The disk to store the images. + */ private const string IMAGE_DISK = 'public'; /**