Skip to content

Commit

Permalink
Fixed icons set display name
Browse files Browse the repository at this point in the history
  • Loading branch information
2zt committed Sep 30, 2021
1 parent 513c2c1 commit d5a58e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BladeCssggIconsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function register(): void
$this->callAfterResolving(Factory::class, function (Factory $factory, Container $container) {
$config = $container->make('config')->get('blade-cssgg', []);

$factory->add('cssggicons', array_merge(['path' => __DIR__ . '/../resources/svg'], $config));
$factory->add('css-gg-icons', array_merge(['path' => __DIR__ . '/../resources/svg'], $config));
});
}

Expand Down

0 comments on commit d5a58e7

Please # to comment.