App\Models\Multiplayer\Game::getModsAttribute PHP Method

getModsAttribute() public method

public getModsAttribute ( $value )
    public function getModsAttribute($value)
    {
        if (empty($this->_mods)) {
            $this->_mods = ModsHelper::toArray($value);
        }
        return $this->_mods;
    }