mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-02 19:49:24 +01:00
8 lines
123 B
Markdown
8 lines
123 B
Markdown
# Protobuf class generation
|
|
|
|
## cli
|
|
|
|
```sh
|
|
protoc --proto_path=app/Protobuf/ --php_out=. app/Protobuf/GoogleAuth.proto
|
|
```
|