Initial commit

This commit is contained in:
2025-08-30 23:12:22 +02:00
commit c63206aa71
16 changed files with 923 additions and 0 deletions

10
tests/classes/ClassC.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
#[NoccyLabs\Hotwire\Attributes\AsService]
class ClassC
{
public function __construct()
{
}
}