Loading src/Cron.php +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ class Cron implements CronInterface { // Get all of the active expired licenses. $query = $this->entityTypeManager->getStorage('commerce_license') ->getQuery() ->accessCheck(FALSE) ->condition('state', 'active') ->condition('expires', $time, '<=') ->condition('expires', 0, '<>'); Loading Loading
src/Cron.php +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ class Cron implements CronInterface { // Get all of the active expired licenses. $query = $this->entityTypeManager->getStorage('commerce_license') ->getQuery() ->accessCheck(FALSE) ->condition('state', 'active') ->condition('expires', $time, '<=') ->condition('expires', 0, '<>'); Loading