Update DeveloperActions.class.php

This commit is contained in:
Alex Grin 2017-02-28 12:16:40 -05:00 committed by GitHub
parent f0c6d3832c
commit b892e798e0

View file

@ -3,7 +3,7 @@
class DeveloperActions extends Actions class DeveloperActions extends Actions
{ {
const DEVELOPER_REWARD = 250, const DEVELOPER_REWARD = 250,
API_DOC_URL = 'https://lbryio.github.io/lbry/api/'; API_DOC_URL = 'https://lbryio.github.io/lbry/';
public static function executeQuickstart(string $step = null) public static function executeQuickstart(string $step = null)
{ {