mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Different method call
This commit is contained in:
parent
69d63bc3ba
commit
1286694efd
@ -105,7 +105,7 @@ class RegisterController extends Controller
|
|||||||
$this->registered($request, $user);
|
$this->registered($request, $user);
|
||||||
|
|
||||||
// telemetry
|
// telemetry
|
||||||
\Telemetry::feature('system.users.count', User::count());
|
app('telemetry')->feature('system.users.count', (string)User::count());
|
||||||
|
|
||||||
return redirect($this->redirectPath());
|
return redirect($this->redirectPath());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user