<?php

declare(strict_types=1);

namespace Engelsystem\Test\Unit\Http\Validation\Rules\Stub;

use Engelsystem\Http\Validation\Rules\StringInputLength;

class UsesStringInputLength extends ParentClassImplementation
{
    use StringInputLength;
}