Code cleanup, no functional changes
This commit is contained in:
@@ -213,7 +213,7 @@ final class Echomail extends Model implements Packet
|
||||
if ($x=$this->path->firstWhere('pivot.parent_id',$start)) {
|
||||
$result->push($x->$display);
|
||||
$result->push($this->pathorder($display,$x->pivot->id));
|
||||
};
|
||||
}
|
||||
|
||||
return $result->flatten()->filter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user