File "Hidden.php"

Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Attributes/Hidden.php
File size: 123 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\LaravelData\Attributes;

use Attribute;

#[Attribute(Attribute::TARGET_PROPERTY)]
class Hidden
{
}