AdamWathan\Form\OldInput\IlluminateOldInputProvider::transformKey PHP Method

transformKey() protected method

protected transformKey ( $key )
    protected function transformKey($key)
    {
        return str_replace(['.', '[]', '[', ']'], ['_', '', '.', ''], $key);
    }