WIP email notification
This commit is contained in:
@@ -7,6 +7,11 @@ use Illuminate\Database\Eloquent\Factory;
|
||||
|
||||
class InternalServiceProvider extends ServiceProvider
|
||||
{
|
||||
protected $listen = [
|
||||
ForgetPassword::class => [
|
||||
SendVerifyEmail::class,
|
||||
],
|
||||
];
|
||||
/**
|
||||
* @var string $moduleName
|
||||
*/
|
||||
@@ -51,7 +56,8 @@ class InternalServiceProvider extends ServiceProvider
|
||||
module_path($this->moduleName, 'Config/config.php') => config_path($this->moduleNameLower . '.php'),
|
||||
], 'config');
|
||||
$this->mergeConfigFrom(
|
||||
module_path($this->moduleName, 'Config/config.php'), $this->moduleNameLower
|
||||
module_path($this->moduleName, 'Config/config.php'),
|
||||
$this->moduleNameLower
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user