Skip to content

Commit

Permalink
Merge pull request #346 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
namespace fixed
  • Loading branch information
JeffreyWay committed Aug 4, 2014
2 parents 37e65c4 + 3ad5a5e commit 8a0c450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Way/Generators/Commands/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
abstract class GeneratorCommand extends Command {

/**
* @var \Way\Generators\ModelGenerator
* @var \Way\Generators\Generator
*/
protected $generator;

Expand Down Expand Up @@ -100,4 +100,4 @@ protected function getOptions()
];
}

}
}

0 comments on commit 8a0c450

Please sign in to comment.