$this->id, 'first' => $this->whenAppended('is_published'), 'second' => $this->whenAppended('is_published', 'override value'), 'third' => $this->whenAppended('is_published', function () { return 'override value'; }), 'fourth' => $this->whenAppended('is_published', $this->is_published, 'default'), 'fifth' => $this->whenAppended('is_published', $this->is_published, function () { return 'default'; }), ]; } }