mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
10 lines
152 B
PHP
10 lines
152 B
PHP
<?php
|
|
|
|
namespace Gazelle;
|
|
|
|
class RelayDatabase extends Base {
|
|
public function relay(): int {
|
|
return new Manager\Request()->relay();
|
|
}
|
|
}
|