We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a02ff commit 08d39c1Copy full SHA for 08d39c1
resources/views/meta.php
@@ -13,7 +13,7 @@
13
override(<?= $method ?>, map([
14
'' => '@',
15
<?php foreach($bindings as $abstract => $class): ?>
16
- '<?= $abstract ?>' => <?= $class ?>::class,
+ '<?= $abstract ?>' => \<?= $class ?>::class,
17
<?php endforeach; ?>
18
]));
19
0 commit comments