File "WithoutRelations.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Queue/Attributes/WithoutRelations.php
File size: 164 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Queue\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)]
class WithoutRelations
{
//
}