A
A
Alexander2016-07-22 09:36:23
Laravel
Alexander, 2016-07-22 09:36:23

How to find closing `]`?

PageController:

class PageController extends Controller
{
    public function getIndex()
    {
    }
}

But I can't find where it's coming from ]
97fd7af934b74f9f8ea413aca3fe6275.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Pochepko, 2016-07-22
@kentuck1213

Look
at 1. Routes
2. Requests (If it's on one page, then in a specific request)
3. Controllers (If it's on all, then some kind of base controller.)
4. ServiceProviders (Turn off one by one. First half. Then less and watch the result It can only be from custom ones)
Well, there are types and models used in a chain.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question