This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
wangjunyun
/
Dcat-Admin
espejo de
https://gitee.com/jqhph/dcat-admin.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Update Model.php
Dog
hace 3 años
padre
827644ed67
commit
8d213f478f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/Grid/Model.php
+ 1
- 1
src/Grid/Model.php
Ver fichero
@@ -539,7 +539,7 @@ class Model
if ($perPage) {
return (int) $perPage;
}
-
+
return null;
}