Different method call

This commit is contained in:
James Cole 2020-07-24 16:41:41 +02:00
parent 69d63bc3ba
commit 1286694efd
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -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());
}