From 44ec88c6f3e03fe46c7bf2d0fae13688797b01c9 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 13 Aug 2014 10:37:33 +0100 Subject: [PATCH] Fixed typo in the upgrading guide --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 20c8a4b..35fffa4 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -16,7 +16,7 @@ Version 2.0 marks a major file milestone in this project, under the new name of Every class has moved, so here's a summary of the changes: * The root namespace has been moved from `Zizaco\FactoryMuff` to `League\FactoryMuffin`. You should now access the facade using `League\FactoryMuffin\Facade::fooBar()`. * Many generator (kind) classes have been removed in favour of the faker alternatives. Those remaining can be found under the `League\FactoryMuffin\Generators` namespace. -* There are many more exceptions, and the names of the existing exceptions have changed. The exceptions can be found under the `League\FactoryMuffin\Exception` namespace. +* There are many more exceptions, and the names of the existing exceptions have changed. The exceptions can be found under the `League\FactoryMuffin\Exceptions` namespace. A detailed list of every change with FQCNs is listed below: * Moved: `Zizaco\FactoryMuff\FactoryMuff` => `League\FactoryMuffin\Factory`