feat: config
This commit is contained in:
15
app/Command/stubs/event.stub
Normal file
15
app/Command/stubs/event.stub
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace %NAMESPACE%;
|
||||
|
||||
class %CLASS%
|
||||
{
|
||||
public $xxx;
|
||||
|
||||
public function __construct($xxx)
|
||||
{
|
||||
$this->xxx = $xxx;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user