install
This commit is contained in:
13
app/Modules/TurkmenPassport/turkmen-passport-helpers.php
Normal file
13
app/Modules/TurkmenPassport/turkmen-passport-helpers.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use App\Modules\TurkmenPassport\Repositories\TurkmenPassportRepository;
|
||||
|
||||
/**
|
||||
* Turkmen passport values
|
||||
*
|
||||
* @return array<string, string>
|
||||
*/
|
||||
function turkmenPassportValues(): array
|
||||
{
|
||||
return TurkmenPassportRepository::values();
|
||||
}
|
||||
Reference in New Issue
Block a user