This commit is contained in:
2020-09-17 10:56:05 +08:00
commit 38eff9579c
744 changed files with 170248 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
{
}