Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
src/Orm/Attributes/Collection.php
Normal file
13
src/Orm/Attributes/Collection.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Pronchev\Pinecore\Orm\Attributes;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS)]
|
||||
final class Collection
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $name,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user