Basic search
This commit is contained in:
@@ -22,6 +22,10 @@ class CountryCodeController extends Controller
|
||||
return CountryCode::active("Y");
|
||||
}
|
||||
|
||||
public function codes()
|
||||
{
|
||||
return CountryCode::countryHash();
|
||||
}
|
||||
/**
|
||||
* Store a newly created resource in storage.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user