This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
game-api
/
mex_api
forkato da
laoma/admin_api
Segui
2
Vota
0
Forka
0
File
Albero (Tree):
d38d3deba9
Rami (Branch)
Tag
master
mex_api
/
app
/
Inter
/
CashierMessageInterFace.php
CashierMessageInterFace.php
107 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Inter;
interface CashierMessageInterFace
{
public function returnMsg($type);
}