{"record":{"id":"5686af7c1a8548a6","repo":"filamentphp/filament","slug":"entry-of-class-entryclass-must-have-a-unique-na","errorCode":null,"errorMessage":"Entry of class [$entryClass] must have a unique name, passed to the [make()] method.","messagePattern":"Entry of class \\[\\$entryClass\\] must have a unique name, passed to the \\[make\\(\\)\\] method\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/infolists/src/Components/Entry.php","lineNumber":69,"sourceCode":"\n    const BEFORE_CONTENT_SCHEMA_KEY = 'before_content';\n\n    const AFTER_CONTENT_SCHEMA_KEY = 'after_content';\n\n    final public function __construct(string $name)\n    {\n        $this->name($name);\n        $this->statePath($name);\n    }\n\n    public static function make(?string $name = null): static\n    {\n        $entryClass = static::class;\n\n        $name ??= static::getDefaultName();\n\n        if (blank($name)) {\n            throw new LogicException(\"Entry of class [$entryClass] must have a unique name, passed to the [make()] method.\");\n        }\n\n        $static = app($entryClass, ['name' => $name]);\n        $static->configure();\n\n        return $static;\n    }\n\n    protected function setUp(): void\n    {\n        parent::setUp();\n\n        $this->setUpHint();\n    }\n\n    public static function getDefaultName(): ?string\n    {\n        return null;","sourceCodeStart":51,"sourceCodeEnd":87,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/infolists/src/Components/Entry.php#L51-L87","documentation":"Error \"Entry of class [$entryClass] must have a unique name, passed to the [make()] method.\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/infolists/src/Components/Entry.php:69 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}