Submit user preferences.

This commit is contained in:
James Cole
2021-03-07 09:46:12 +01:00
parent d6dd6795fe
commit c4882231d1
9 changed files with 284 additions and 348 deletions

View File

@@ -32,19 +32,6 @@ use Log;
*/
class PreferenceTransformer extends AbstractTransformer
{
/**
* PreferenceTransformer constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{
if ('testing' === config('app.env')) {
Log::warning(sprintf('%s should not be instantiated in the TEST environment!', get_class($this)));
}
}
/**
* Transform the preference
*