This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
youhk
/
youhk_test_repository
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
b4cdff5e19
شاخهها
تگها
master
youhk_test_repo...
/
app
/
Interfaces
/
DormantInterface.php
DormantInterface.php
99 B
تاريخچه
خام
1
2
3
4
5
6
7
8
<?php
namespace App\Interfaces;
interface DormantInterface
{
function execute($gateToken);
}