This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
youhk
/
youhk_test_repository
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
b4cdff5e19
Atzari
Tagi
master
youhk_test_repo...
/
app
/
Interfaces
/
WithdrawInterface.php
WithdrawInterface.php
100 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
<?php
namespace App\Interfaces;
interface WithdrawInterface
{
function execute($gateToken);
}