© 2026 Hedgehog Software, LLC
flow
flow_steps
public function steps() { return $this->hasMany(FlowStep::class)->orderBy('scheduled_at'); }
Repeater::make('steps')->schema([])