[ 'message' => '
Your membership is activated.
Email:{email}
|
|
Your password has been changed
', 'name' => 'Password Changed', 'greeting' => 'Hi', 'subject' => 'Password changed' ], 'stream' => 'users', 'slug' => 'password_changed' ], ]; foreach ($templates as $template) { $this->dispatchNow(new CreateTemplate($template)); } } } }