This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zy_duanju
/
duanju_track_hapi
İzle
6
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
9306ead42f
Dallar
Biçim İmleri
liuzj-tiktok-dev
master
stable
duanju_track...
/
app
/
services
/
BaseService.php
BaseService.php
116 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace App\services;
class BaseService
{
public static function test (){
return 111;
}
}