stan errors
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user