From ee851c9f340838883724d8c7f7afbe840d006956 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 31 Oct 2016 17:46:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think the first name makes more sense, but I guess its just me… --- .../migrations/2016_10_30_000949_add_ark_service_option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2016_10_30_000949_add_ark_service_option.php b/database/migrations/2016_10_30_000949_add_ark_service_option.php index 410f02f4e..44562ee25 100644 --- a/database/migrations/2016_10_30_000949_add_ark_service_option.php +++ b/database/migrations/2016_10_30_000949_add_ark_service_option.php @@ -19,7 +19,7 @@ class AddArkServiceOption extends Migration return; } - $oid = DB::table('service_options')->getInsertId([ + $oid = DB::table('service_options')->insertGetId([ 'parent_service' => $service->id, 'name' => 'Ark: Survival Evolved', 'description' => 'As a man or woman stranded, naked, freezing, and starving on the unforgiving shores of a mysterious island called ARK, use your skill and cunning to kill or tame and ride the plethora of leviathan dinosaurs and other primeval creatures roaming the land. Hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements and store valuables, all while teaming up with (or preying upon) hundreds of other players to survive, dominate... and escape! — Gamepedia: ARK',