mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #5784 from turbo124/v5-develop
Fixes for migration failed mailable
This commit is contained in:
commit
4292759ebc
@ -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…
Reference in New Issue
Block a user