This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
dever2-package
/
api
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
797c7c3e2b
Branchit
Tagit
master
api
/
manage
/
Api
/
Platform.php
Platform.php
128 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
<?php namespace Api\Manage\Api;
use Dever;
class Platform
{
public function test()
{
return 122;
}
}