Initial water module.

This commit is contained in:
Michael Stenta 2017-06-14 15:42:33 -04:00
parent b945025a03
commit f6447983eb
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
name = Farm Water
description = Provides features for water management.
core = 7.x
package = farmOS

View File

@ -0,0 +1,5 @@
<?php
/**
* @file
* Code for the Farm Water module.
*/