app\models\Log::getLogDataAttribute PHP Method

getLogDataAttribute() public method

public getLogDataAttribute ( $value )
    public function getLogDataAttribute($value)
    {
        if (presence($value) === null) {
            return [];
        }
        return unserialize($value);
    }