3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/farm/farm_season/farm_season.features.inc

14 lines
267 B
PHP

<?php
/**
* @file
* farm_season.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function farm_season_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}