Merge branch 'feat-meta-hints' of github.com:barryvdh/laravel-ide-helper into feat-meta-hints

This commit is contained in:
Barry vd. Heuvel
2024-12-29 19:27:12 +01:00
5 changed files with 58 additions and 62 deletions
+1 -1
View File
@@ -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);
}