lastlogin shield |
I'm trying to get the latest shield login.
I do the following: PHP Code: $tmpUser = auth()->getProvider(); This returns me: But when I want to save it to an array: PHP Code: $tmpUser = auth()->getProvider(); it returns me this error: and I don't understand why with d or print_r/var_dump it prints the value, but I can't assign it to the array
Hi @destor77, try the following method:
PHP Code: |
Welcome Guest, Not a member yet? Register Sign In |