this kills the crab... 🦀

This commit is contained in:
Dane Everitt 2016-10-31 17:25:00 -04:00
parent 873ddd204d
commit 9e68937b45
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -16,7 +16,7 @@ class AddArkServiceOption extends Migration
DB::transaction(function () { DB::transaction(function () {
$service = DB::table('services')->select('id')->where('author', 'ptrdctyl-v040-11e6-8b77-86f30ca893d3')->where('name', 'Source Engine')->first(); $service = DB::table('services')->select('id')->where('author', 'ptrdctyl-v040-11e6-8b77-86f30ca893d3')->where('name', 'Source Engine')->first();
if (!$service) { if (!$service) {
exit('No service could be found.'); return;
} }
$oid = DB::table('service_options')->getInsertId([ $oid = DB::table('service_options')->getInsertId([