Skip to content

Commit cdca159

Browse files
author
LDFOUR\luisd
committed
required change
1 parent 39cdeb0 commit cdca159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

database/seeds/WhatNowTableSeeder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ public function run()
5858
'id' => $row[0],
5959
'translation_id' => $row[1],
6060
'language_code' => $row[2],
61-
'stage' => $row[3],
62-
'content' => json_encode(json_decode($row[4])),
61+
'stage' => $row[3]
6362
]);
6463

6564
}

0 commit comments

Comments
 (0)