@@ -454,7 +454,7 @@ |
||
| 454 | 454 | * |
| 455 | 455 | * @return string The base URL to call |
| 456 | 456 | */ |
| 457 | - final protected static function apiEndpoint ($apiPrefix = NULL) |
|
| 457 | + final protected static function apiEndpoint ($apiPrefix = null) |
|
| 458 | 458 | { |
| 459 | 459 | $apiSection = isset($apiPrefix) ? $apiPrefix : static::API_PREFIX; |
| 460 | 460 | |