From 354d91d46907f9ecc8d7197c69186a2b84020ada Mon Sep 17 00:00:00 2001 From: David Carr Date: Sun, 23 Jul 2023 16:29:05 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863ab038c..beafca2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,14 @@ All Notable changes to `laravel-modules` will be documented in this file. ## Added -- [@alissn](https://github.com/alissn) Add phpdoc to Module facade class for IDE auto-completion. +- [@alissn](https://github.com/alissn) Add phpdoc to Module facade class for IDE auto-completion. [#1589](https://github.com/nWidart/laravel-modules/pull/1589) +- [@aryala7](https://github.com/aryala7) Add command to create broadcasting channel [#1599](https://github.com/nWidart/laravel-modules/pull/1599) ## Changed -- [@moeen-basra](https://github.com/moeen-basra) Remove the unused Factory import -- [@moeen-basra](https://github.com/moeen-basra) Replace the \Config::get with config function -- [@aryala7](https://github.com/aryala7) Changed disable module Command to accept array of modules instead of single module to disable +- [@moeen-basra](https://github.com/moeen-basra) Remove the unused Factory import [#1596](https://github.com/nWidart/laravel-modules/pull/1596) +- [@moeen-basra](https://github.com/moeen-basra) Replace the \Config::get with config function [#1596](https://github.com/nWidart/laravel-modules/pull/1596) +- [@aryala7](https://github.com/aryala7) Changed disable module Command to accept array of modules instead of single module to disable [#1591](https://github.com/nWidart/laravel-modules/pull/1591) ## 10.0 - 2023-02-14