This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
zy_duanju
/
duanju_track_hapi
Pridať medzi pozorované
6
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
stable
Branche
Tagy
liuzj-tiktok-dev
master
stable
duanju_track...
/
app
/
services
/
BaseService.php
BaseService.php
116 B
Permanentný odkaz
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;
}
}