Initial commit
This commit is contained in:
11
tests/classes/ClassB.php
Normal file
11
tests/classes/ClassB.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
#[NoccyLabs\Hotwire\Attributes\AsService]
|
||||
class ClassB
|
||||
{
|
||||
public function __construct(
|
||||
public readonly ClassC $classC,
|
||||
)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user