예제 #1
0
 public function setUrlAttribute($value)
 {
     $this->attributes['url'] = URL::makeRelative($value);
 }
예제 #2
0
파일: Slide.php 프로젝트: boomcms/boom-core
 public function setUrlAttribute($value)
 {
     $this->attributes[self::ATTR_URL] = URL::makeRelative($value);
 }