Skip to content

Commit

Permalink
fix issue FTXInfotech#728 : Target class [App\Http\Requests\RegisterR…
Browse files Browse the repository at this point in the history
…equest] does not exist.
  • Loading branch information
saeed-parsaee committed Feb 11, 2021
1 parent 35b45f4 commit 756d4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Frontend/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Events\Frontend\Auth\UserRegistered;
use App\Http\Controllers\Controller;
use App\Http\Requests\RegisterRequest;
use App\Http\Requests\Frontend\Auth\RegisterRequest;
use App\Repositories\Frontend\Auth\UserRepository;
use Illuminate\Foundation\Auth\RegistersUsers;

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Requests/Frontend/Auth/RegisterRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Http\Requests;
namespace App\Http\Requests\Frontend\Auth;

use Illuminate\Foundation\Http\FormRequest;
use Illuminate\Validation\Rule;
Expand Down

0 comments on commit 756d4d3

Please sign in to comment.