14 lines
242 B
Plaintext
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();
|
|
}
|
|
}
|