mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
1353c67516
commit
68688b98fa
@@ -192,7 +192,7 @@ class MetaCommand extends Command
|
||||
'configs' => $this->loadTemplate('configs')->pluck('name')->filter(),
|
||||
'routes' => $this->loadTemplate('routes')->pluck('name')->filter(),
|
||||
'views' => $this->loadTemplate('views')->pluck('key')->filter(),
|
||||
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
@@ -229,7 +229,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