Skip to content

Commit

Permalink
Merge pull request #19 from mikaelcom/feature/recursiveSortingTrait
Browse files Browse the repository at this point in the history
Fix for #18
  • Loading branch information
Dwarfex authored Mar 5, 2020
2 parents 947cf0d + 421e19c commit 05d06f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Document
{
use recursiveSortingTrait;
use RecursiveSortingTrait;

/**
* the whole data
Expand Down
File renamed without changes.

0 comments on commit 05d06f5

Please sign in to comment.