mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:07:32 -05:00 
			
		
		
		
	Fix for missing method property
This commit is contained in:
		
							parent
							
								
									a98c70bfed
								
							
						
					
					
						commit
						f28ba178ee
					
				@ -34,7 +34,7 @@ class OAuth
 | 
			
		||||
     * @param Socialite $user
 | 
			
		||||
     * @return bool|\App\Models\User|\App\Libraries\App\Models\User|null
 | 
			
		||||
     */
 | 
			
		||||
    public static function handleAuth($socialite_user)
 | 
			
		||||
    public static function handleAuth($socialite_user, $provider)
 | 
			
		||||
    {
 | 
			
		||||
        /** 1. Ensure user arrives on the correct provider **/
 | 
			
		||||
        $query = [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user