mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-28 17:07:21 +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