Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
fff14632bc2ac97d42ddce0e9f47df7e251de617
snipe-it
/
app
/
Models
/
ICompanyableChild.php
下载
L
Laravel Shift
Adopt Laravel coding style
934afa03
创建于
2021年6月11日
历史提交
<?php
namespace
App\Models
;
interface
ICompanyableChild
{
public
function
getCompanyableParents
();
}