Skip to content

Commit a47641f

Browse files
author
Jasper Koers
committed
♻️ refactor(Providers): update config publish path for codingflow
- change the publish path to point to language resources - simplify publishing tag to 'config' for better clarity
1 parent 30086c7 commit a47641f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Providers/CodingFlowServiceProvider.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public function boot(): void
2727
}
2828

2929
$this->publishes([
30-
__DIR__.'/../../config/codingflow.php' => base_path('config/codingflow.php'),
31-
], 'codingflow-config');
30+
__DIR__.'/../resources/lang' => base_path('config/codingflow.php'),
31+
], 'config');
32+
3233
}
3334
}

0 commit comments

Comments
 (0)