add todo
This commit is contained in:
parent
d609b0d39b
commit
15650f28ad
|
|
@ -46,6 +46,7 @@ class Doubler extends Model
|
||||||
*/
|
*/
|
||||||
public static function syncForEvent($eventId): void
|
public static function syncForEvent($eventId): void
|
||||||
{
|
{
|
||||||
|
// TODO: Move static functions to an action to facilitate testing
|
||||||
|
|
||||||
if ($eventId instanceof Event) {
|
if ($eventId instanceof Event) {
|
||||||
$eventId = $eventId->id;
|
$eventId = $eventId->id;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue