Skip to content

Commit dc46d38

Browse files
Update README.md
1 parent b271599 commit dc46d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.1/imports/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class UsersController extends Controller
5151
{
5252
Excel::import(new UsersImport, 'users.xlsx');
5353

54-
return back()->with('success', ''All good!');
54+
return redirect('/')->with('success', ''All good!');
5555
}
5656
}
5757
```

0 commit comments

Comments
 (0)