Skip to content

Commit 957f973

Browse files
Merge pull request #15 from ryuhhnn/patch-1
Update ParseServiceProvider.php
2 parents 4022f6a + 111af2b commit 957f973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParseServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ protected function setupParse()
6363
$config = $this->app->config->get('parse');
6464

6565
ParseClient::initialize($config['app_id'], $config['rest_key'], $config['master_key']);
66+
ParseClient::setServerURL($config['server_url']);
6667
}
6768

6869
/**

0 commit comments

Comments
 (0)