mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:47:32 -05:00 
			
		
		
		
	Show trashed Users
This commit is contained in:
		
							parent
							
								
									b08cb46615
								
							
						
					
					
						commit
						b2a3faa125
					
				@ -88,7 +88,7 @@ class CompanyUser extends Pivot
 | 
			
		||||
 | 
			
		||||
    public function users()
 | 
			
		||||
    {
 | 
			
		||||
        return $this->hasMany(User::class);
 | 
			
		||||
        return $this->hasMany(User::class)->withTrashed();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*todo monitor this function - may fail under certain conditions*/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user