app\models\Setting::getValueAttribute PHP Method

getValueAttribute() public method

public getValueAttribute ( $value )
    public function getValueAttribute($value)
    {
        return unserialize($value);
    }