update ver 1.0.3.2
This commit is contained in:
@@ -96,7 +96,7 @@ class AgentController extends Controller {
|
|||||||
$name = $user->user_name;
|
$name = $user->user_name;
|
||||||
$email = $user->email;
|
$email = $user->email;
|
||||||
$from = $this->company();
|
$from = $this->company();
|
||||||
Mail::send('emails.pass', ['name' => $name, 'password' => $password, 'from' => $from], function ($message) use ($email, $name) {
|
Mail::send('emails.pass', ['name' => $name, 'password' => $password, 'from' => $from, 'emailadd' => $email], function ($message) use ($email, $name) {
|
||||||
$message->to($email, $name)->subject('[password]');
|
$message->to($email, $name)->subject('[password]');
|
||||||
});
|
});
|
||||||
return redirect('agents')->with('success', 'Agent Created sucessfully');
|
return redirect('agents')->with('success', 'Agent Created sucessfully');
|
||||||
|
@@ -24,7 +24,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'version' => '1.0.3',
|
'version' => '1.0.3.2',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user