Skip to content

Commit 7293b31

Browse files
authored
Update README.md
1 parent 69fb7d0 commit 7293b31

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 redirect('/')->with('success', ''All good!');
54+
return redirect('/')->with('success', 'All good!');
5555
}
5656
}
5757
```

0 commit comments

Comments
 (0)