This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
youhk
/
youhk_test_repository
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
b4cdff5e19
Branche
Tagy
master
youhk_test_repo...
/
app
/
Interfaces
/
WithdrawInterface.php
WithdrawInterface.php
100 B
História
Raw
1
2
3
4
5
6
7
8
<?php
namespace App\Interfaces;
interface WithdrawInterface
{
function execute($gateToken);
}