mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Add back leading slash on meta class names (#532)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
87a02ff574
commit
08d39c125f
@@ -13,7 +13,7 @@ namespace PHPSTORM_META {
|
|||||||
override(<?= $method ?>, map([
|
override(<?= $method ?>, map([
|
||||||
'' => '@',
|
'' => '@',
|
||||||
<?php foreach($bindings as $abstract => $class): ?>
|
<?php foreach($bindings as $abstract => $class): ?>
|
||||||
'<?= $abstract ?>' => <?= $class ?>::class,
|
'<?= $abstract ?>' => \<?= $class ?>::class,
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
]));
|
]));
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user