Skip to content

error con laravel 6 #34

Description

@giorgio83

la librería me da este error con laravel 6

call_user_func() expects parameter 1 to be a valid callback, no array or string given
revisando la libreria veo que en el fichero Activity.php la linea donde falla es esta:
$user = call_user_func(config('log.auth_method'));
y no se muy bien para que se está utilizando esa llamada, de hecho he probado a comentar la linea
y el resto del paquete funciona correctamente.
Tengo que añadir alguna configuración en alguno de mis ficheros para no salte ese error?

[english]
the library gives me this error with laravel 6

call_user_func () expects parameter 1 to be a valid callback, no array or string given
Checking the library I see that in the Activity.php file the line where it fails is this:
$ user = call_user_func (config ('log.auth_method'));
and I don't know very well what that call is being used for, in fact I have tried to comment out the line
and the rest of the package works fine.
Do I have to add some configuration in any of my files so I don't get that error?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions