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