proofdb/vendor/illuminate/http/Resources/Attributes/PreserveKeys.php
2026-05-01 23:40:14 +08:00

18 lines
246 B
PHP

<?php
namespace Illuminate\Http\Resources\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class PreserveKeys
{
/**
* Create a new attribute instance.
*/
public function __construct()
{
//
}
}