Skip to content

Commit

Permalink
Convert Orchestra\Support\Nesty to utilize `Orchestra\Support\Colle…
Browse files Browse the repository at this point in the history
…ction`.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Apr 21, 2014
1 parent 8f40653 commit 65b7a54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
1 change: 0 additions & 1 deletion src/Support/Nesty.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php namespace Orchestra\Support;

use Illuminate\Support\Collection;
use Illuminate\Support\Fluent;

class Nesty
Expand Down
2 changes: 1 addition & 1 deletion tests/NestyTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace Orchestra\Support\TestCase;

use Illuminate\Support\Collection;
use Illuminate\Support\Fluent;
use Orchestra\Support\Collection;
use Orchestra\Support\Nesty;

class NestyTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 65b7a54

Please sign in to comment.