create controller and rote and form request for harim office
This commit is contained in:
@@ -15,10 +15,10 @@ class HarimActionSeeder extends Seeder
|
||||
{
|
||||
DB::table('harim_actions')->insert([
|
||||
['id' => 1, 'name' => 'feedback', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 1, 'name' => 'yes', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 2, 'name' => 'no', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 3, 'name' => 'confirm', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 4, 'name' => 'refer', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 2, 'name' => 'yes', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 3, 'name' => 'no', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 4, 'name' => 'confirm', 'created_at' => now(), 'updated_at' => now(),],
|
||||
['id' => 5, 'name' => 'reject', 'created_at' => now(), 'updated_at' => now(),],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user