Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 26, 2017
1 parent 84bfaed commit 733f8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Console/Command.php
Expand Up @@ -43,8 +43,7 @@ class Command
*/
public function __construct()
{
$locator = $this->getTableLocator();
$this->modelFactory('Table', function($alias){
$this->modelFactory('Table', function ($alias) {
return $this->getTableLocator()->get($alias);
});
}
Expand Down

0 comments on commit 733f8cb

Please sign in to comment.