Files
hyperf_service/app/Command/stubs/event.stub
2025-03-23 19:18:08 +08:00

16 lines
170 B
Plaintext

<?php
declare(strict_types=1);
namespace %NAMESPACE%;
class %CLASS%
{
public $xxx;
public function __construct($xxx)
{
$this->xxx = $xxx;
}
}