We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62c566e + 8b15576 commit 8e0867dCopy full SHA for 8e0867d
src/FaviconExtractorServiceProvider.php
@@ -18,11 +18,6 @@ public function boot()
18
__DIR__.'/../config/favicon-extractor.php' => config_path('favicon-extractor.php')
19
], 'config');
20
21
- $this->mergeConfigFrom(__DIR__.'/../config/favicon-extractor.php', 'favicon-extractor');
22
- }
23
-
24
- public function register()
25
- {
26
$this->app->bind(
27
FaviconFactoryInterface::class,
28
FaviconFactory::class
@@ -45,4 +40,9 @@ public function register()
45
40
46
41
$this->app->alias(FaviconExtractorInterface::class, 'favicon.extractor');
47
42
}
43
+
44
+ public function register()
+ {
+ $this->mergeConfigFrom(__DIR__.'/../config/favicon-extractor.php', 'favicon-extractor');
+ }
48
0 commit comments