A
Size: a a a
A
A
A
B
A
A
11
A
A
A
public function beforeUpdate() {
$this->offer->name = $this->name;
}
A
public function getNameAttribute() {
return $this->offer->name;
}
A
A
11
A
A
11
public function beforeUpdate() {
$this->offer->name = $this->name;
}
A
A