mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 10:53:35 -05:00 
			
		
		
		
	Fixes for migration failed mailable
This commit is contained in:
		
							parent
							
								
									23f0a8fdd4
								
							
						
					
					
						commit
						78e12b60ed
					
				@ -19,10 +19,11 @@ class MigrationFailed extends Mailable
 | 
				
			|||||||
     * @param $content
 | 
					     * @param $content
 | 
				
			||||||
     * @param $exception
 | 
					     * @param $exception
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function __construct($exception, $content = null, $setings)
 | 
					    public function __construct($exception, $content = null, $settings)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->exception = $exception;
 | 
					        $this->exception = $exception;
 | 
				
			||||||
        $this->content = $content;
 | 
					        $this->content = $content;
 | 
				
			||||||
 | 
					        $this->settings = $settings;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user