'array', 'step' => ApprovalStep::class ]; public function transitionTo($status, $comment = null) { $this->update([ 'status' => $status, 'comment' => $comment, 'completed_at' => now() ]); $this->document->notifyApprovers(); } }