Fix namespace import order
This commit is contained in:
parent
030740047d
commit
c806aa5460
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace App\Providers;
|
||||
|
||||
use Laravel\Horizon\Horizon;
|
||||
use Illuminate\Http\Request;
|
||||
use Laravel\Horizon\Horizon;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class HorizonServiceProvider extends ServiceProvider
|
||||
|
|
Loading…
Add table
Reference in a new issue