Skip to content

Commit

Permalink
Fixed bug during registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhowdy committed Feb 17, 2023
1 parent e37caa2 commit 0fff86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
use App\Models\User;
use App\Models\UserSetting;
use App\Models\Address;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Hash;
use Carbon\Carbon;
Expand Down

0 comments on commit 0fff86c

Please sign in to comment.