Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit 6311931

Browse files
committed
Readme update
Nothing cool, only updated some formating.
1 parent a93ead8 commit 6311931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Now that people has began using Laravel Four, we're removing the Laravel
4848
version. To make this class work with Laravel, you only need to replace
4949
line 163:
5050
> header('Location: '.self::$status['redirectUrl']); exit;
51+
5152
with:
53+
5254
> return Redirect::to(self::$status['redirectUrl']);
5355
5456
We're planning on making a much better class to support Laravel

0 commit comments

Comments
 (0)