Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-01-31 20:35:54 +01:00
parent fd8a59924d
commit ffe18c63a5
88 changed files with 176 additions and 176 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class NewUserController extends Controller
return redirect(route('index'));
}
return view('new-user.index', compact('languages'));
return prefixView('new-user.index', compact('languages'));
}
/**