File "WithoutRelations.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/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
{
//
}