mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-20 11:03:09 +00:00
Fix type for new meta command 🤷♀️ (#997)
This commit is contained in:
@@ -58,7 +58,7 @@ class MetaCommand extends Command
|
|||||||
'\App::makeWith(0)',
|
'\App::makeWith(0)',
|
||||||
'\app(0)',
|
'\app(0)',
|
||||||
'\resolve(0)',
|
'\resolve(0)',
|
||||||
'\Psr\Container\ContainerInterface::get',
|
'\Psr\Container\ContainerInterface::get(0)',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user