mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Fix views
This commit is contained in:
@@ -73,7 +73,7 @@ class MetaCommand extends Command {
|
||||
$this->error("Cannot make $abstract: ".$e->getMessage());
|
||||
}
|
||||
}
|
||||
$content = $this->view->make('laravel-ide-helper::meta', ['bindings' => $bindings])->render();
|
||||
$content = $this->view->make('ide-helper::meta', ['bindings' => $bindings])->render();
|
||||
$written = $this->files->put($filename, $content);
|
||||
|
||||
if ($written !== false) {
|
||||
|
||||
Reference in New Issue
Block a user