Add a place to store info about survey answers
Requires PHP 7.0+
- Add to composer.json of project, including adding the repository
- composer update
- Register your module in your Projects Escort by adding the following static property:
public static $modules = [
'gemstracker\surey-answer-info' => \Gems\SurveyAnswerInfo\ModuleSettings::class,
];