Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intersect on L5.5 #16

Open
papi83dm opened this issue Jun 9, 2017 · 1 comment
Open

intersect on L5.5 #16

papi83dm opened this issue Jun 9, 2017 · 1 comment

Comments

@papi83dm
Copy link

papi83dm commented Jun 9, 2017

Hi Jeffrey, I tried to migrate the forum to L5.5 and its complaining about the intersect method, do you know if it was renamed to something else?
https://github.com/laracasts/Lets-Build-a-Forum-in-Laravel/blob/master/app/Filters/Filters.php#L64

@kaxias
Copy link

kaxias commented Jul 8, 2017

do this

    /**
     * @return array
     */
    protected function getFilters()
    {
        return $this->request->only($this->filters);
    }

laravel 5.5 now only work similar intersect can remove that nested keys

see this link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants