Level 88
Well facades aren't using static methods. You need to make sure that you import that correct class!
What class did you import? It should be this
use Illuminate\Support\Facades\Log;
Hi guys
I tried to use Log::info in a middleware. But I get the error that it isn't allowed to use non-static method. Do you have any idea?
Please or to participate in this conversation.