mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
this kills the crab... 🦀
This commit is contained in:
parent
873ddd204d
commit
9e68937b45
@ -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…
x
Reference in New Issue
Block a user