user namespace

This commit is contained in:
2019-10-11 21:09:14 -05:00
parent ed69f917e0
commit 6073f3a098

View File

@@ -1,6 +1,6 @@
<?php
namespace App;
namespace App\Models\User;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;