Update app/Providers/Blueprint/RouteServiceProvider.php
This commit is contained in:
parent
6ad913c92c
commit
fc219e9908
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Providers\Blueprint;
|
||||
namespace App\Providers\Blueprint;
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Pterodactyl\Http\Middleware\AdminAuthenticate;
|
||||
use Pterodactyl\Http\Middleware\RequireTwoFactorAuthentication;
|
||||
use App\Http\Middleware\AdminAuthenticate;
|
||||
use App\Http\Middleware\RequireTwoFactorAuthentication;
|
||||
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
|
||||
|
||||
class RouteServiceProvider extends ServiceProvider
|
||||
|
|
Loading…
Reference in a new issue