Files
ZangShiQi/vendor/thans/thinkphp-filesystem-cloud/src/Service.php
2026-04-04 17:27:12 +08:00

12 lines
190 B
PHP
Executable File

<?php
namespace thans\filesystem;
class Service extends \think\Service
{
public function register()
{
$this->app->bind('filesystem', Filesystem::class);
}
}