This commit is contained in:
parent
b691b02deb
commit
d25628813b
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace {{ prototype.namespace }};
|
||||||
|
|
||||||
|
{% for class in prototype.classes %}
|
||||||
|
readonly final class {{ class.name }} {
|
||||||
|
|
||||||
|
public function __construct() {
|
||||||
|
}
|
||||||
|
|
||||||
|
public function __invoke(): void {
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue