The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\UserCreated: $id, $relations, $class, $connection, $keyBy
Loading history...
13
14
// we may pass the clear-text password to transmit it to the external API.
15
// If left blank, it will not be transmitted.
16
public function __construct(public User $user, public ?string $password = null)