I have Horizon::auth in the AppServiceProvider but I has error:
Class 'App\Providers\Horizon' not found
I鈥檝e tried Laravel\Horizon and fails too
solved with \Horizon::...
I add one line: use Laravel\Horizon\Horizon; at the namespace
Most helpful comment
solved with
\Horizon::...