We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b271599 commit dc46d38Copy full SHA for dc46d38
3.1/imports/README.md
@@ -51,7 +51,7 @@ class UsersController extends Controller
51
{
52
Excel::import(new UsersImport, 'users.xlsx');
53
54
- return back()->with('success', ''All good!');
+ return redirect('/')->with('success', ''All good!');
55
}
56
57
```
0 commit comments