Exemplo n.º 1
0
 public function getCBodyAttribute()
 {
     return \Request::segment(1) == 'eng' ? $this->eng_body : $this->body;
 }
Exemplo n.º 2
0
 public function getBodyAttribute($value)
 {
     return \Request::segment(1) == 'eng' ? $this->eng_body : $value;
 }
Exemplo n.º 3
0
 public function getAltTagAttribute($value)
 {
     return \Request::segment(1) == 'eng' ? $this->eng_alt_tag : $value;
 }