Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function getThumbnailUrlAttribute()
  2. {
  3. $thumb = S::create($this->attributes['thumbnail_url'], 'UTF-8');
  4. return $thumb->insert('thumb', $thumb->indexOfLast('/', 0));
  5. }
  6.  
  7. use StringyStringy as S;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement