Skip to content

Commit 9e68937

Browse files
committed
this kills the crab... 🦀
1 parent 873ddd2 commit 9e68937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2016_10_30_000949_add_ark_service_option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up()
1616
DB::transaction(function () {
1717
$service = DB::table('services')->select('id')->where('author', 'ptrdctyl-v040-11e6-8b77-86f30ca893d3')->where('name', 'Source Engine')->first();
1818
if (!$service) {
19-
exit('No service could be found.');
19+
return;
2020
}
2121

2222
$oid = DB::table('service_options')->getInsertId([

0 commit comments

Comments
 (0)