Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public function setCollectionIdAttribute($value)
  2. {
  3. $this->attributes['collection_id'] = $value ?: null;
  4. }
  5.  
  6. public function setCompletedAtAttribute($value)
  7. {
  8. $this->attributes['completed_at'] = $value ?: null;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement