Xum,
Okay. I removed that from my app and now I'm getting this error.
FatalErrorException in RegistrationController.php line 155: Class 'App\Http\Controllers\Auth' not found
Oh, right, I missed that it was a namespaced class.
You should either add
use Auth;
or write \Auth::attempt
instead of Auth::attempt
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community