Reorganize files to prepare API versioning

This commit is contained in:
Bubka 2021-11-04 20:10:41 +01:00
parent affd4bdf8d
commit 9ca9fcc9ef
29 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers\Auth;
namespace App\Api\v1\Controllers;
use App\User;
use App\Http\Requests\UserUpdateRequest;