mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Different method call
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user