mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:27:29 -05:00 
			
		
		
		
	Remove locale from companydeleted mailable
This commit is contained in:
		
							parent
							
								
									bee623af75
								
							
						
					
					
						commit
						c507bc8203
					
				@ -48,7 +48,6 @@ class CompanyDeleted extends Mailable
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    public function build()
 | 
					    public function build()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        App::setLocale($this->company->getLocale());
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return $this->from(config('mail.from.address'), config('mail.from.name'))
 | 
					        return $this->from(config('mail.from.address'), config('mail.from.name'))
 | 
				
			||||||
            ->subject(ctrans('texts.company_deleted'))
 | 
					            ->subject(ctrans('texts.company_deleted'))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user