declare public property in ocr

This commit is contained in:
dhanabalan
2025-10-17 10:08:44 +05:30
parent 9efc878600
commit 1fb3930098

View File

@@ -9,4 +9,6 @@ use Filament\Resources\Pages\CreateRecord;
class CreateOcrValidation extends CreateRecord
{
protected static string $resource = OcrValidationResource::class;
public $photo1;
}