This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
game-api
/
mex_api
a fost obținut din
laoma/admin_api
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Ramură:
master
Ramuri
Etichete
master
mex_api
/
app
/
Inter
/
CashierMessageInterFace.php
CashierMessageInterFace.php
107 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Inter;
interface CashierMessageInterFace
{
public function returnMsg($type);
}