Skip to content

Commit

Permalink
Fixes indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 14, 2014
1 parent a2750d3 commit 946bd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extension/CommandServiceProvider.php
Expand Up @@ -109,8 +109,8 @@ protected function registerPublishCommand()
protected function registerRefreshCommand()
{
$this->app->bindShared('orchestra.commands.extension.refresh', function () {
return new RefreshCommand;
});
return new RefreshCommand;
});

$this->commands('orchestra.commands.extension.refresh');
}
Expand Down

0 comments on commit 946bd3a

Please sign in to comment.