添加初始化账号
This commit is contained in:
11
extend/catcher/command/stubs/event.stub
Normal file
11
extend/catcher/command/stubs/event.stub
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace {NAMESPACE};
|
||||
|
||||
class {CLASS}
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user