<?php /** * @file * Install file with update hooks for the ECA module. */ /** * Implements hook_update_last_removed(). */ function eca_update_last_removed(): int { return 8011; }
Главная | Обратная связь