From e8c2724e748d131f03b9e044d233d3641476e07f Mon Sep 17 00:00:00 2001 From: Cam Kemshal-Bell Date: Tue, 17 Dec 2024 13:56:17 +1100 Subject: [PATCH] fix: add annotations to the const --- app/Livewire/Questions/Create.php | 3 +++ 1 file changed, 3 insertions(+) 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'; /**