app\Business::getAgeAttribute PHP Method

getAgeAttribute() public method

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