admin/vendor/thans/thinkphp-filesystem-cloud/src/Service.php

12 lines
179 B
PHP

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