Decoupled from main app View Factory (#475)

This commit is contained in:
theMadness
2017-03-31 11:14:28 +02:00
committed by Barry vd. Heuvel
parent 144a50e8ee
commit 75e1f22ec6
4 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class Generator
public function generatePhpHelper()
{
$app = app();
return $this->view->make('ide-helper::helper')
return $this->view->make('helper')
->with('namespaces_by_extends_ns', $this->getAliasesByExtendsNamespace())
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
->with('helpers', $this->helpers)