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