Skip to content

Commit 08d39c1

Browse files
stidgesbarryvdh
authored andcommitted
Add back leading slash on meta class names (#532)
1 parent 87a02ff commit 08d39c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
override(<?= $method ?>, map([
1414
'' => '@',
1515
<?php foreach($bindings as $abstract => $class): ?>
16-
'<?= $abstract ?>' => <?= $class ?>::class,
16+
'<?= $abstract ?>' => \<?= $class ?>::class,
1717
<?php endforeach; ?>
1818
]));
1919
<?php endforeach; ?>

0 commit comments

Comments
 (0)