admin base

This commit is contained in:
xiaomlove
2021-04-22 03:24:59 +08:00
parent b822536283
commit 92f22c9560
26 changed files with 891 additions and 75 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Repositories;
class AuthenticateRepository extends BaseRepository
{
}