| 1 | <?php namespace Arcanedev\GeoIP\Entities; |
||
| 11 | class Currencies extends Collection |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Constructor |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Make the currencies collection. |
||
| 20 | * |
||
| 21 | * @return self |
||
| 22 | */ |
||
| 23 | 8 | public static function load() |
|
| 29 | } |
||
| 30 |