authentication via username or phones

This commit is contained in:
2024-09-18 19:03:47 +05:00
parent c086feb6c0
commit f8194453eb
6 changed files with 33 additions and 94 deletions

View File

@@ -39,7 +39,7 @@ class AppServiceProvider extends ServiceProvider
$openApi->secure(SecurityScheme::http('bearer'));
});
$this->listenDB();
// $this->listenDB();
}
/**