setDescription('Create a new process class'); parent::configure(); } protected function getStub(): string { return $this->getConfig()['stub'] ?? __DIR__ . '/stubs/process.stub'; } protected function getDefaultNamespace(): string { return $this->getConfig()['namespace'] ?? 'App\\Process'; } }