Fixes for migration failed mailable
This commit is contained in:
parent
23f0a8fdd4
commit
78e12b60ed
1 changed files with 2 additions and 1 deletions
|
|
@ -19,10 +19,11 @@ class MigrationFailed extends Mailable
|
|||
* @param $content
|
||||
* @param $exception
|
||||
*/
|
||||
public function __construct($exception, $content = null, $setings)
|
||||
public function __construct($exception, $content = null, $settings)
|
||||
{
|
||||
$this->exception = $exception;
|
||||
$this->content = $content;
|
||||
$this->settings = $settings;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue