修改名称

This commit is contained in:
2021-06-01 16:28:47 +08:00
parent 2012bfc6b6
commit 12f5f71817
9 changed files with 111 additions and 372 deletions

13
src/Action/BaseAction.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
namespace XuanChen\WashCar\Action;
class BaseAction extends Init
{
public function index()
{
return 1;
}
}