From b081d58ab7285efe7931cdd36029221a8446178c Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Fri, 9 Jun 2017 13:29:54 +0200 Subject: [PATCH] Adding changelog item --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4777a29dd..174a29e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All Notable changes to `laravel-modules` will be documented in this file. ## Added - A `--migration` flag to the `module:make-model` command to generate the migration file with a model +- Factories are now also defined in the master service providers. This is used in the `module:make` command without the `--plain` flag, or using `module:make-provider` with the `--master` flag. ## Changed