mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 06:07:33 -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
 | 
					     * @param Socialite $user
 | 
				
			||||||
     * @return bool|\App\Models\User|\App\Libraries\App\Models\User|null
 | 
					     * @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 **/
 | 
					        /** 1. Ensure user arrives on the correct provider **/
 | 
				
			||||||
        $query = [
 | 
					        $query = [
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user