修改composer

This commit is contained in:
yanwenwu
2020-01-25 16:24:44 +08:00
parent 886e86ef24
commit 0db7f7d3e9
8 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace jaguarjack\filesystem\cloud\drivers;
class Local extends \think\filesystem\driver\Local
{
}