stan errors

This commit is contained in:
2025-03-12 23:46:17 +05:00
parent b9b2ef7c2c
commit 8bde60fc8d
18 changed files with 76 additions and 15 deletions

View File

@@ -13,6 +13,8 @@ class BaseAppEnumController extends Controller
{
/**
* Base app enums
*
* @return array<string, string>
*/
public function index(): array
{
@@ -25,6 +27,11 @@ class BaseAppEnumController extends Controller
];
}
/**
* Education values
*
* @return array<string, string>
*/
public function educationValues(): array
{
return [