File "MergeValidationRules.php"
Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Attributes/MergeValidationRules.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\LaravelData\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class MergeValidationRules
{
}