Jake Vanderwerf
6 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
inc/managers/SEO/render/Traits/_Helpers/arrayHelper.php
@@ -16,6 +16,7 @@
         return $item;
      },$array), function ($item) use ($property, $className) {
         $test = class_exists($className) && is_a($item, $className);
         if (!$test) {
            error_log('[SEO]Item property '.$property.' is not an instance of '.$className);
         }