TaskwarriorPlugin/src/Properties/TaskwarriorProps.php
Aerex 5201db7d22 refactor: remove builder class and use concrete class
tests: added more unit tests for event processor
2018-10-27 01:19:34 -05:00

10 lines
79 B
PHP

<?php
class TaskwarriorProps {
static $DESCRIPTION = 'description';
}
?>