Tweak layout

This commit is contained in:
Barry vd. Heuvel
2014-08-06 20:30:42 +02:00
parent 41a15aa169
commit 91033293b9
2 changed files with 8 additions and 5 deletions
+2
View File
@@ -60,9 +60,11 @@ class Generator
*/
public function generate()
{
$app = app();
return $this->view->make('laravel-ide-helper::ide-helper')
->with('namespaces', $this->getNamespaces())
->with('helpers', $this->helpers)
->with('version', $app::VERSION)
->render();
}