diff --git a/README.md b/README.md index 512c013..5f0cdcd 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ Edit the `app\Http\Controllers\Auth\RegisterController.php` file. ```PHP namespace App\Http\Controllers\Auth; - use App\User; + use App\Models\User; use App\Http\Controllers\Controller; use Illuminate\Support\Facades\Validator; use Illuminate\Foundation\Auth\RegistersUsers;