Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/templates/yootheme/packages/builder-source/
Upload File :
Current File : /home/jeromecohp/www/templates/yootheme/packages/builder-source/updates.php

<?php

namespace YOOtheme;

return [
    '3.0.0-beta.1.2' => function ($node) {
        if (isset($node->source->query->name) && empty($node->source->query->name)) {
            unset($node->source);
        }
    },
];