this kills the crab... 🦀
This commit is contained in:
parent
873ddd204d
commit
9e68937b45
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class AddArkServiceOption extends Migration
|
|||
DB::transaction(function () {
|
||||
$service = DB::table('services')->select('id')->where('author', 'ptrdctyl-v040-11e6-8b77-86f30ca893d3')->where('name', 'Source Engine')->first();
|
||||
if (!$service) {
|
||||
exit('No service could be found.');
|
||||
return;
|
||||
}
|
||||
|
||||
$oid = DB::table('service_options')->getInsertId([
|
||||
|
|
Loading…
Reference in a new issue