| 1 | <?php namespace Arcanedev\GeoIP\Entities; |
||
| 11 | class Currencies extends Collection |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Constructor |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Make the currencies collection. |
||
| 19 | * |
||
| 20 | * @param array $items |
||
| 21 | * |
||
| 22 | * @return self |
||
| 23 | */ |
||
| 24 | 24 | public static function make($items = []) |
|
| 30 | } |
||
| 31 |