diff --git a/src/BladeIconoirServiceProvider.php b/src/BladeIconoirServiceProvider.php index 3e808e3..8273577 100644 --- a/src/BladeIconoirServiceProvider.php +++ b/src/BladeIconoirServiceProvider.php @@ -13,7 +13,7 @@ public function register(): void { $this->callAfterResolving(Factory::class, function (Factory $factory) { $factory->add('iconoir', [ - 'path' => __DIR__ . '/../resources/svg', + 'path' => __DIR__ . '/../resources/svg', 'prefix' => 'iconoir', ]); });