This is a fresh install of Laravel 6.2 and "rydurham/sentinel": "^3.0"
Sentry::check() seems to have an issue with Laravel 6.2.
I've tried \Sentry::check() and many of the other versions that pop up in PhpStorm like "\Cartalyst\Sentry\Sentry", but nothing registers as the correct Sentry::check()
How can I properly register Sentry::check()?