Moved auth models into right folder

This commit is contained in:
Henry Whitaker
2021-04-10 22:55:19 +01:00
parent 99c64af482
commit 7cf8dfc0b2
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Http\Middleware;
use App\Auth\LoginSession;
use App\Models\Auth\LoginSession;
use Closure;
use Exception;