8 lines
117 B
PHP
Raw Normal View History

2020-01-25 16:24:44 +08:00
<?php
namespace jaguarjack\filesystem\cloud\drivers;
class Local extends \think\filesystem\driver\Local
{
}