This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wugg
/
txx2023
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
dev
Rami (Branch)
Tag
dev
master
txx2023
/
app
/
model
/
Base.php
Base.php
78 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
<?php
namespace app\model;
use think\Model;
class Base extends Model {
}