Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 21, 2015
1 parent cd6f849 commit a7c7095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ClientResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ public static function _apply_api_provider(callable $value, array &$args, Handle
{
$api = new Service(
ApiProvider::resolve(
$value, 'api',
$value,
'api',
$args['service'],
$args['version']
),
Expand Down

0 comments on commit a7c7095

Please sign in to comment.