Testing stuff
This commit is contained in:
parent
38038299ef
commit
e80f236ee6
|
@ -29,7 +29,7 @@ class BMailServiceProvider extends ServiceProvider
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__ . '/../config/bmail.php' => config_path('services.php')
|
__DIR__ . '/../config/bmail.php' => config_path('bmail.php')
|
||||||
], 'config');
|
], 'config');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue