Skip to content

Commit

Permalink
fixing misnamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFrench committed Sep 1, 2015
1 parent bff1051 commit 3989b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Models/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function types($group_items=true)
return $grouped;
}

$types = \DscArrayHelper::sortObjects($types, 'type');
$types = \Dsc\ArrayHelper::sortObjects($types, 'type');

return $types;
}
Expand Down

0 comments on commit 3989b9a

Please sign in to comment.