change and fix code

This commit is contained in:
2025-09-07 16:33:52 +03:30
parent cf11923c6e
commit 7844c247e3
8 changed files with 56 additions and 13 deletions

View File

@@ -29,6 +29,8 @@ class HarimStateSeeder extends Seeder
['id' => 13, 'name' => 'تائید عرصه و اعیان ارسال شده توسط اداره حریم', 'created_at' => now(), 'updated_at' => now(),],
['id' => 14, 'name' => 'تائید عرصه و اعیان ارسال شده توسط معاون', 'created_at' => now(), 'updated_at' => now(),],
['id' => 15, 'name' => 'تائید عرصه و اعیان ارسال شده توسط مدیر', 'created_at' => now(), 'updated_at' => now(),],
['id' => 16, 'name' => 'مخالفت با درخواست', 'created_at' => now(), 'updated_at' => now(),],
]);
}
}