There was an error while loading. Please reload this page.
1 parent 9a8d3af commit b68a3b4Copy full SHA for b68a3b4
1 file changed
tests/Providers/BladeIconsAliasSetTest.php
@@ -11,6 +11,8 @@
11
'icon-compare' => 'lucide-scale',
12
]);
13
14
+ app()->forgetInstance(Factory::class);
15
+
16
$manifest = app(IconsManifest::class);
17
$property = new ReflectionProperty($manifest, 'manifest');
18
$property->setValue($manifest, null);
0 commit comments