mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Generate protobuf classes for Google Authenticator import
This commit is contained in:
16
app/Protobuf/GoogleAuth/Payload_Algorithm.php
Normal file
16
app/Protobuf/GoogleAuth/Payload_Algorithm.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: GoogleAuth.proto
|
||||
|
||||
namespace App\Protobuf\GoogleAuth;
|
||||
|
||||
if (false) {
|
||||
/**
|
||||
* This class is deprecated. Use App\Protobuf\GoogleAuth\Payload\Algorithm instead.
|
||||
* @deprecated
|
||||
*/
|
||||
class Payload_Algorithm {}
|
||||
}
|
||||
class_exists(Payload\Algorithm::class);
|
||||
@trigger_error('App\Protobuf\GoogleAuth\Payload_Algorithm is deprecated and will be removed in the next major release. Use App\Protobuf\GoogleAuth\Payload\Algorithm instead', E_USER_DEPRECATED);
|
||||
|
Reference in New Issue
Block a user