This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
zhuishuyun
/
high_per_api
Pridať medzi pozorované
9
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
ca1967d667
Branche
Tagy
master
stabble
tgz
high_per_api
/
app
/
services
/
BaseService.php
BaseService.php
116 B
História
Raw
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace App\services;
class BaseService
{
public static function test (){
return 111;
}
}