<?php

namespace Tests;

class TestConfigHandler
{
    public function userField()
    {
        return '1';
    }
}
