setDescription('Create a new event class'); parent::configure(); } protected function getStub(): string { return __DIR__ . '/stubs/event.stub'; } protected function getDefaultNamespace(): string { return 'App\\Event'; } }