From 33fdcb4ae7dbbeef851b84ff3fe888ef73186645 Mon Sep 17 00:00:00 2001 From: Ben Corlett Date: Thu, 17 May 2012 13:02:57 +1000 Subject: [PATCH] Fixing type-o with the spelling of "Symfony". Signed-off-by: Ben Corlett --- laravel/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/core.php b/laravel/core.php index e59e8c0b..f32e40af 100644 --- a/laravel/core.php +++ b/laravel/core.php @@ -24,7 +24,7 @@ | | Output buffering allows us to capture all output at any time, so that we | can discard it or treat it accordingly. An example of this is if you have -| echoed a string, but want to return a Redirect object. Because Symphony +| echoed a string, but want to return a Redirect object. Because Symfony | only checks if headers have been sent, your redirect just silently fails. | */