Skip to content

Commit 979cf3f

Browse files
committed
Update to laravel 8
1 parent b7cef05 commit 979cf3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2140
-1145
lines changed
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading
695 Bytes
Loading

laravel/app/Http/Controllers/Auth/RegisterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace App\Http\Controllers\Auth;
44

55
use App\Http\Controllers\Controller;
6-
use App\User;
6+
use App\Models\User;
77
use Illuminate\Foundation\Auth\RegistersUsers;
88
use Illuminate\Support\Facades\Hash;
99
use Illuminate\Support\Facades\Validator;

0 commit comments

Comments
 (0)