mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-26 05:49:51 +00:00
17 lines
499 B
PHP
Vendored
17 lines
499 B
PHP
Vendored
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: gw/gw.proto
|
|
|
|
namespace Chirpstack\Gateway;
|
|
|
|
if (false) {
|
|
/**
|
|
* This class is deprecated. Use Chirpstack\Gateway\ConnState\State instead.
|
|
* @deprecated
|
|
*/
|
|
class ConnState_State {}
|
|
}
|
|
class_exists(ConnState\State::class);
|
|
@trigger_error('Chirpstack\Gateway\ConnState_State is deprecated and will be removed in the next major release. Use Chirpstack\Gateway\ConnState\State instead', E_USER_DEPRECATED);
|
|
|