File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function boot()
26
26
*/
27
27
public function register ()
28
28
{
29
- $ this ->mergeConfigFrom (__DIR__ . '/../config/search-console.php ' , 'search-console ' );
29
+ $ this ->mergeConfigFrom (__DIR__ . '/../config/search-console.php ' , 'search-console ' );
30
30
31
31
$ searchConsoleConfig = config ('search-console ' );
32
32
@@ -58,7 +58,7 @@ protected function guardAgainstInvalidConfiguration(array $searchConsoleConfig =
58
58
59
59
protected function setupConfig ()
60
60
{
61
- $ source = realpath (__DIR__ . '/../config/search-console.php ' );
61
+ $ source = realpath (__DIR__ . '/../config/search-console.php ' );
62
62
63
63
if ($ this ->app instanceof LaravelApplication) {
64
64
$ this ->publishes ([$ source => config_path ('search-console.php ' )]);
You can’t perform that action at this time.
0 commit comments