This commit is contained in:
2021-03-24 09:51:17 +08:00
commit ae1ba1d4e9
719 changed files with 171752 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Admin\Controllers;
use Encore\Admin\Controllers\AuthController as BaseAuthController;
class AuthController extends BaseAuthController
{
}