Current File : //opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container/Attributes/DB.php
<?php

namespace RectorPrefix202411\Illuminate\Container\Attributes;

use Attribute;
#[Attribute(Attribute::TARGET_PARAMETER)]
class DB extends Database
{
    //
}