From 42d6f85450716aefcc00c6968be28fe89e26ef6c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 27 Aug 2014 19:24:27 +0100 Subject: [PATCH] Tweaked the upgrading guide --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 8145872..9313277 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -53,7 +53,7 @@ Having a public static factory property is no longer supported. You must use the ### Generator (Kind) Changes -We now refer to what was previously the kind classes, as generator classes. We've removed some of these in favour of the faker alternatives. We currently provide the following generators: `Call`, `Closure`, `Factory`, and `Generic`. The call, closure, and factory generators have not changed significantly since previous versions, and the generic generator still provides access to the faker generators. The closure generator will now pass the instance of your model into your closure as the first parameter too. +We now refer to what were previously the kind classes, as generator classes. We've removed some of these in favour of the faker alternatives. We currently provide the following generators: `Call`, `Closure`, `Factory`, and `Generic`. The call, closure, and factory generators have not changed significantly since previous versions, and the generic generator still provides access to the faker generators. The closure generator will now pass the instance of your model into your closure as the first parameter too. There are two syntax changes to watch out for: * You can now use a `;` to send multiple arguments to the generators.