Rename StoreFormQuery package to forms.form

Updated the package name for consistency and better categorization. Adjusted imports in related test files to reflect the new package structure.
This commit is contained in:
2024-08-06 22:21:07 +02:00
parent d8ab42b09c
commit ac5448385d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import com.alttd.forms.contact.ContactFormData;
import com.alttd.forms.contact.StoreFormQuery;
import com.alttd.forms.form.StoreFormQuery;
import com.alttd.forms.database.DatabaseConnection;
import com.alttd.forms.form.Form;
import com.alttd.forms.verify_mail.FormQuery;