mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -78,7 +78,7 @@ class NewUserController extends Controller
|
||||
return redirect(route('index'));
|
||||
}
|
||||
|
||||
return prefixView('new-user.index', compact('languages'));
|
||||
return view('new-user.index', compact('languages'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user