This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<?php
|
|
|
|
namespace Engelsystem\Test\Unit\Http\Validation\Rules\Stub;
|
|
|
|
use Engelsystem\Http\Validation\Rules\StringInputLength;
|
|
|
|
class UsesStringInputLength extends ParentClassImplementation
|
|
{
|
|
use StringInputLength;
|
|
}
|