update inbox list
This commit is contained in:
@@ -12,7 +12,7 @@ class BookSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
DB::table('books')->insert([
|
||||
['name' => 'Văn bản đến'],
|
||||
['name' => 'Inbox'],
|
||||
['name' => 'Văn bản đi'],
|
||||
['name' => 'Văn bản nội bộ'],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user