基础内容

This commit is contained in:
2020-12-17 16:13:32 +08:00
parent 31009d24c6
commit 9484b3c098
21 changed files with 343 additions and 1 deletions

15
src/Reader/FileReader.php Normal file
View File

@ -0,0 +1,15 @@
<?php
/**
* @filename FileReader.php
* @author Jerry Yan <792602257@qq.com>
* @date 2020/12/17 14:58
*/
namespace JerryYan\DSL\Reader;
class FileReader extends ReaderInterface
{
}