From da4c196c3cf19ea71beb0e000a1d9843d3f8349d Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Wed, 2 Nov 2011 14:19:38 +0000 Subject: [PATCH] corrected typo ::of_layout() to ::of_home() for clarity --- application/composers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/composers.php b/application/composers.php index 6e61babb..fa1a5c18 100644 --- a/application/composers.php +++ b/application/composers.php @@ -16,7 +16,7 @@ | Now, you can create an instance of that view using the expressive View::of | dynamic method. Take a look at this example: | - | return View::of_layout(); + | return View::of_home(); | | View composers provide a convenient way to add common elements to a view | each time it is created. For example, you may wish to bind a header and