diff --git a/src/Cron.php b/src/Cron.php index 601c442..6f0767f 100644 --- a/src/Cron.php +++ b/src/Cron.php @@ -23,7 +23,7 @@ class Cron implements CronInterface { /** * The license storage. * - * @var \Drupal\Core\Entity\EntityStorageInterface + * @var \Drupal\commerce_license\LicenseStorageInterface */ protected $licenseStorage;