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
@@ -90,7 +90,7 @@ class MetaCommand extends Command
}
}
$content = $this->view->make('ide-helper::meta', [
$content = $this->view->make('meta', [
'bindings' => $bindings,
'methods' => $this->methods,
])->render();