Filament AdminPanelProvider can’t pass Auth()->id()
I’m currently working on a project in FilamnentPHP v3 and Laravel 11 and I am trying to figure out how to pass the current user_id as a parameter in my AdminPanelProvider to a function in the same class.