优化 auth 单例获取用户,支持 guard 获取
This commit is contained in:
14
extend/catcher/library/excel/ExcelContract.php
Normal file
14
extend/catcher/library/excel/ExcelContract.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace catcher\library\excel;
|
||||
|
||||
interface Excel
|
||||
{
|
||||
public function title(): string;
|
||||
|
||||
public function headers(): array;
|
||||
|
||||
public function sheets(): array;
|
||||
|
||||
public function filename():string;
|
||||
|
||||
}
|
Reference in New Issue
Block a user