feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Nwidart\Modules\Support\ReplacementKeyCommand;
|
||||
|
||||
class $CLASS$ extends ReplacementKeyCommand
|
||||
{
|
||||
public function handle(): string
|
||||
{
|
||||
return $this->generator->getModule()->getLowerName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user