created_at->format('Y-m-d').'/'.$this->name.'.'.$this->extension; } public function attachmentable(): MorphTo { return $this->morphTo(); } }