first commit
This commit is contained in:
15
application/component/upload/UploadInterface.php
Normal file
15
application/component/upload/UploadInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2018/11/16 0016
|
||||
* Time: 下午 14:50
|
||||
*/
|
||||
namespace app\component\upload;
|
||||
|
||||
interface UploadInterface
|
||||
{
|
||||
public function file();
|
||||
|
||||
public function image();
|
||||
}
|
Reference in New Issue
Block a user