Skip to content

Commit

Permalink
[console] Add addSkeletonDir method. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 9, 2017
1 parent 3cb2000 commit fbf0a1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Generator/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ protected function renderFile(

return false;
}

public function addSkeletonDir($skeletonDir) {
$this->renderer->addSkeletonDir($skeletonDir);
}
}

0 comments on commit fbf0a1e

Please sign in to comment.