<?php /** * @file * Install, update and uninstall functions for the Workbench Access module. */ /** * Implements hook_update_last_removed(). */ function workbench_access_update_last_removed(): int { return 8004; }
Главная | Обратная связь