Skip to content

Commit

Permalink
refactor: change Group from alias to child class
Browse files Browse the repository at this point in the history
  • Loading branch information
mecha committed Jan 24, 2024
1 parent 0d94c9e commit d0f844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace RebelCode\Atlas;

class_alias(Order::class, 'RebelCode\Atlas\Group');
class Group extends Order {}

0 comments on commit d0f844b

Please sign in to comment.