mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Decoupled from main app View Factory (#475)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
144a50e8ee
commit
75e1f22ec6
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user