Commit da4c196c authored by Dayle Rees's avatar Dayle Rees

corrected typo ::of_layout() to ::of_home() for clarity

parent 2a5c94a6
......@@ -16,7 +16,7 @@ return array(
| 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment