Refactor imports and formatting in various Filament resources; add SMS sending helper function

This commit is contained in:
2025-09-22 16:31:13 +05:00
parent 60afe0c441
commit f14defeebd
27 changed files with 251 additions and 85 deletions

View File

@@ -33,7 +33,7 @@ class Login extends BaseLogin
return [
$login_type => $data['login'],
'password' => $data['password'],
'password' => $data['password'],
];
}