mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:07:32 -05:00 
			
		
		
		
	Merge pull request #5523 from turbo124/v5-develop
Fix for typo in company object
This commit is contained in:
		
						commit
						9560816102
					
				@ -91,7 +91,7 @@ class NinjaMailerJob implements ShouldQueue
 | 
			
		||||
            Mail::to($this->nmo->to_user->email)
 | 
			
		||||
                ->send($this->nmo->mailable);
 | 
			
		||||
 | 
			
		||||
            LightLogs::create(new EmailSuccess($this->nmo->company_key->company_key))
 | 
			
		||||
            LightLogs::create(new EmailSuccess($this->nmo->company->company_key))
 | 
			
		||||
                     ->batch();
 | 
			
		||||
 | 
			
		||||
        } catch (\Exception $e) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user