App\Models\Access\Role\Traits\Attribute\RoleAttribute::getActionButtonsAttribute PHP Method

getActionButtonsAttribute() public method

    public function getActionButtonsAttribute()
    {
        return $this->getEditButtonAttribute() . $this->getDeleteButtonAttribute();
    }