mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
9 lines
94 B
PHP
9 lines
94 B
PHP
<?php
|
|
|
|
namespace Symfony\AI\Fixtures;
|
|
|
|
final class SomeStructure
|
|
{
|
|
public string $some;
|
|
}
|