fix the bugs

This commit is contained in:
2025-08-13 14:14:28 +03:30
parent 9a0758a754
commit f77d0ee0d0
11 changed files with 69 additions and 82 deletions

View File

@@ -37,8 +37,15 @@ class PermissionSeeder extends Seeder
'guard_name' => 'api',
'created_at' => now(),
'updated_at' => now()
],
[
'id' => 4,
'name' => 'teleport_to_province',
'name_fa' => 'انتقال به استان ها',
'guard_name' => 'api',
'created_at' => now(),
'updated_at' => now()
]
]);
}
}