Skip to content

Commit

Permalink
style: fix align (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 30, 2023
1 parent b191400 commit 875bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BladeIconoirServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]);
});
Expand Down

0 comments on commit 875bcca

Please sign in to comment.