This commit is contained in:
Matt Young 2025-07-04 11:23:05 -05:00
parent d609b0d39b
commit 15650f28ad
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Doubler extends Model
*/
public static function syncForEvent($eventId): void
{
// TODO: Move static functions to an action to facilitate testing
if ($eventId instanceof Event) {
$eventId = $eventId->id;