mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Merge branch 'feat-meta-hints' of github.com:barryvdh/laravel-ide-helper into feat-meta-hints
This commit is contained in:
@@ -250,7 +250,7 @@ class MetaCommand extends Command
|
||||
protected function loadTemplate($name)
|
||||
{
|
||||
if (!isset($this->templates[$name])) {
|
||||
$file = __DIR__ . '/../../php-templates/' . basename($name) .'.php';
|
||||
$file = __DIR__ . '/../../php-templates/' . basename($name) . '.php';
|
||||
$this->templates[$name] = $this->files->requireOnce($file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user