Fix helper files.

Fixes #72
This commit is contained in:
Barry vd. Heuvel
2014-03-20 16:15:55 +01:00
parent df8852e8dd
commit 348ecb361c
@@ -205,7 +205,7 @@ class GeneratorCommand extends Command {
if(!empty($this->helpers)){
foreach($this->helpers as $helper){
if (file_exists($helper)){
$output .= str_replace(array('<?php', '?>'), '', \File::get($helper));
$outputString .= str_replace(array('<?php', '?>'), '', \File::get($helper));
}
}
}