Edit File: DeleteWhenMissingModels.php
<?php namespace Illuminate\Queue\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS)] class DeleteWhenMissingModels { // }
Back