7 lines
103 B
PHP
7 lines
103 B
PHP
<?php
|
|
|
|
use Webman\Validation\Command\MakeValidatorCommand;
|
|
|
|
return [
|
|
MakeValidatorCommand::class
|
|
]; |