初始上传
This commit is contained in:
11
vendor/thans/thinkphp-filesystem-cloud/src/Service.php
vendored
Executable file
11
vendor/thans/thinkphp-filesystem-cloud/src/Service.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace thans\filesystem;
|
||||
|
||||
class Service extends \think\Service
|
||||
{
|
||||
public function register()
|
||||
{
|
||||
$this->app->bind('filesystem', Filesystem::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user