├── Cron └── DeleteGhosts.php ├── LICENSE ├── README.md ├── composer.json ├── etc ├── crontab.xml └── module.xml └── registration.php /Cron/DeleteGhosts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/Cron/DeleteGhosts.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/composer.json -------------------------------------------------------------------------------- /etc/crontab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/etc/crontab.xml -------------------------------------------------------------------------------- /etc/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/etc/module.xml -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephanie-ehrling/elasticsuite-ghost-cleaner/HEAD/registration.php --------------------------------------------------------------------------------