From 65b7a5450cc68599f7a755491233927038064f04 Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 21 Apr 2014 16:29:57 +0800 Subject: [PATCH] Convert `Orchestra\Support\Nesty` to utilize `Orchestra\Support\Collection`. Signed-off-by: crynobone --- docs/changes.md | 6 +++++- src/Support/Nesty.php | 1 - tests/NestyTest.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changes.md b/docs/changes.md index 8d2985c..0eedbf4 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -3,7 +3,11 @@ title: Support Change Log --- -## Version 2.1 {#v2-1} +## Version 2.1 {#v2-1 + +### v2.1.3 {#v2-1-2} + +* Convert `Orchestra\Support\Nesty` to utilize `Orchestra\Support\Collection`. ### v2.1.2 {#v2-1-2} diff --git a/src/Support/Nesty.php b/src/Support/Nesty.php index 8f82734..f77ccab 100644 --- a/src/Support/Nesty.php +++ b/src/Support/Nesty.php @@ -1,6 +1,5 @@