1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

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 () {
$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([