This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
dever2-package
/
api
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
c529354c37
Ramos
Etiquetas
master
api
/
manage
/
Api
/
Platform.php
Platform.php
128 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
<?php namespace Api\Manage\Api;
use Dever;
class Platform
{
public function test()
{
return 122;
}
}