mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Different method call
This commit is contained in:
		@@ -105,7 +105,7 @@ class RegisterController extends Controller
 | 
			
		||||
        $this->registered($request, $user);
 | 
			
		||||
 | 
			
		||||
        // telemetry
 | 
			
		||||
        \Telemetry::feature('system.users.count', User::count());
 | 
			
		||||
        app('telemetry')->feature('system.users.count', (string)User::count());
 | 
			
		||||
 | 
			
		||||
        return redirect($this->redirectPath());
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user