Files
biiproject-kit-v1/stubs/nwidart-stubs/replacement.stub
T

14 lines
242 B
Plaintext

<?php
namespace $NAMESPACE$;
use Nwidart\Modules\Support\ReplacementKeyCommand;
class $CLASS$ extends ReplacementKeyCommand
{
public function handle(): string
{
return $this->generator->getModule()->getLowerName();
}
}