mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:37:33 -05:00 
			
		
		
		
	Remove extra use SoftDelete in the middle.
Removed the extra `use SoftDeletes` trait below some of the attributes.
This commit is contained in:
		
							parent
							
								
									ac9b0dd3d7
								
							
						
					
					
						commit
						dd4b8f7d19
					
				@ -60,7 +60,6 @@ class User extends Authenticatable
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    protected $hidden = ['password', 'remember_token', 'confirmation_code'];
 | 
					    protected $hidden = ['password', 'remember_token', 'confirmation_code'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    use SoftDeletes;
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @var array
 | 
					     * @var array
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user