diff --git a/application/Espo/Jobs/Cleanup.php b/application/Espo/Jobs/Cleanup.php index 92b3a6e80b..80d88b7664 100644 --- a/application/Espo/Jobs/Cleanup.php +++ b/application/Espo/Jobs/Cleanup.php @@ -63,7 +63,7 @@ class Cleanup implements Job protected $config; protected $entityManager; - protected $metedata; + protected $metadata; protected $fileManager; protected $injectableFactory; protected $selectManagerFactory;