Horizon: Horizon auth fails

Created on 15 Oct 2017  路  2Comments  路  Source: laravel/horizon

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

Most helpful comment

solved with
\Horizon::...

All 2 comments

solved with
\Horizon::...

I add one line: use Laravel\Horizon\Horizon; at the namespace

Was this page helpful?
0 / 5 - 0 ratings

Related issues

slavarazum picture slavarazum  路  3Comments

mahdiahmadi73 picture mahdiahmadi73  路  3Comments

marianvlad picture marianvlad  路  5Comments

crash13override picture crash13override  路  5Comments

meathanjay picture meathanjay  路  3Comments