add auth api

This commit is contained in:
2024-09-02 23:29:48 +05:00
parent dac9b6fab9
commit 0630647272
7 changed files with 209 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<?php
namespace App\Modules\ApiAuth\Repositories;
class ApiAuthRepository {}