app\Business::getAgeAttribute PHP 메소드

getAgeAttribute() 공개 메소드

public getAgeAttribute ( )
    public function getAgeAttribute()
    {
        return \Carbon\Carbon::parse($this->creation_date)->age;
    }