File "Computed.php"

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

<?php

namespace Spatie\LaravelData\Attributes;

use Attribute;

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