Refactor SettingForm Schema: Removed the image validation from the file input field in the SettingForm schema, ensuring that only specified file types are accepted for upload. This change enhances the flexibility of file handling in the settings management.

This commit is contained in:
Ümit Tunç
2025-12-31 00:01:39 +03:00
parent 064ec327ba
commit 2c9dcac76c
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
setlocale(LC_ALL, 'tr_TR.UTF-8', 'tr_TR', 'turkish');
// Page model için observer kaydet
Page::observe(PageObserver::class);
}