You've already forked laravel-mail
Testing stuff
This commit is contained in:
@@ -29,7 +29,7 @@ class BMailServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
$this->publishes([
|
||||
__DIR__ . '/../config/bmail.php' => config_path('services.php')
|
||||
__DIR__ . '/../config/bmail.php' => config_path('bmail.php')
|
||||
], 'config');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user