'fixes'
This commit is contained in:
@@ -46,7 +46,8 @@ class RegisterController extends Controller
|
||||
|
||||
public function showRegistrationForm()
|
||||
{
|
||||
return view('Shop.auth.register');
|
||||
$data = self::init();
|
||||
return view('Shop.auth.register', $data ?? []);
|
||||
}
|
||||
|
||||
protected function create(array $data)
|
||||
|
||||
Reference in New Issue
Block a user