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