game/modules_data/location/tournaments_lobby.php

6 lines
103 B
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?php
2022-07-01 12:45:43 +00:00
2022-12-20 01:57:09 +00:00
use Insallah\Tournaments\Model\Tournament;
2022-06-06 21:30:34 +00:00
2022-12-20 01:57:09 +00:00
echo (new Tournament())->getOne($u->info['level']);