From 875bccabd249a9f0343814e376c12f62c7dc3da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Sat, 30 Dec 2023 15:59:35 +0000 Subject: [PATCH] style: fix align (#58) --- src/BladeIconoirServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]); });