Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
62a58fa23b99d59260d767965ae531f9f726d531
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
();
}