Closed lucaboesch closed 1 year ago
Seems we did that at the same time :)
And we both forgot that preload_all_step_users() is not available before 3.11.
preload_all_step_users()
if (method_exists($quba, 'preload_all_step_users')) { $quba->preload_all_step_users(); }
Seems we did that at the same time :)
And we both forgot that
preload_all_step_users()
is not available before 3.11.