Преглед изворни кода

:bug: updateOrCreate -> firstOrNew

visuddhinanda пре 3 година
родитељ
комит
4d3ad7cbab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/InitCs6sentence.php

+ 1 - 1
app/Console/Commands/InitCs6sentence.php

@@ -121,7 +121,7 @@ class InitCs6sentence extends Command
             */
             */
 			$sent = trim($sent);
 			$sent = trim($sent);
 			$snowId = app('snowflake')->id();
 			$snowId = app('snowflake')->id();
-			$newRow = Sentence::updateOrCreate(
+			$newRow = Sentence::firstOrNew(
 				[
 				[
 					"book_id" => $value->book,
 					"book_id" => $value->book,
 					"paragraph" => $value->paragraph,
 					"paragraph" => $value->paragraph,