mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-27 13:15:28 +02:00
Set up paths & namespace to match versioned routes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Auth;
|
||||
namespace App\Api\v1\Controllers\Auth;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use App\Http\Controllers\Controller;
|
||||
|
Reference in New Issue
Block a user