Skip to content

Commit

Permalink
Add missing order property
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed May 4, 2024
1 parent 5810ede commit ca52a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class Redirect implements Localization, RedirectContract
/** @var string */
protected $matchType = MatchTypeEnum::EXACT;

/** @var int */
protected $order;

public function id($id = null)
{
return $this->fluentlyGetOrSet('id')->args(func_get_args());
Expand Down

0 comments on commit ca52a66

Please sign in to comment.