Small fixes.

This commit is contained in:
Dmitry Khomutov 2018-02-23 23:05:06 +07:00
commit 9e428a4da6
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
5 changed files with 7 additions and 7 deletions

View file

@ -164,7 +164,6 @@ class WebhookController extends Controller
return ['status' => 'ok'];
}
$headers = [];
$username = Config::getInstance()->get('php-censor.bitbucket.username');
$appPassword = Config::getInstance()->get('php-censor.bitbucket.app_password');