PATH:
home
/
rwabteecom
/
project_11
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Queue
/
Attributes
/
Editing: WithoutRelations.php
<?php namespace Illuminate\Queue\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)] class WithoutRelations { // }
SAVE
CANCEL