- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Code:
(This affects XenForo 2.2.16 too)
public function enqueueLater(string $uniqueId, int $runTime, string $jobClass, array $params = [], bool $manual = false, int $priority = 100): ?int
$uniqueId
used to accept null
. Thankfully an empty string works the same.(This affects XenForo 2.2.16 too)