There was an error while loading. Please reload this page.
1 parent b9c09d7 commit f85177bCopy full SHA for f85177b
src/Providers/DBEncryptionServiceProvider.php
@@ -30,7 +30,7 @@ public function boot()
30
if ($this->app->runningInConsole()) {
31
32
$this->publishes([
33
- __DIR__.'/../config/config.php' => config_path('laravelDatabaseEncryption.php'),
+ __DIR__.'/../Config/config.php' => config_path('laravelDatabaseEncryption.php'),
34
], 'config');
35
36
$this->commands([
@@ -47,7 +47,7 @@ public function boot()
47
*/
48
public function register()
49
{
50
- $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'laravelDatabaseEncryption');
+ $this->mergeConfigFrom(__DIR__.'/../Config/config.php', 'laravelDatabaseEncryption');
51
}
52
53
0 commit comments