fix the bugs
This commit is contained in:
@@ -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()
|
||||
]
|
||||
]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user