Add default getLinkHeader asDate to be false (the previous ID-only way)

This commit is contained in:
Hank Grabowski 2023-02-28 12:48:25 -05:00
parent fae67b6d88
commit f0b3864c7a
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class BaseApi extends BaseModule
* Get the "link" header with "next" and "prev" links
* @return string
*/
protected static function getLinkHeader(bool $asDate): string
protected static function getLinkHeader(bool $asDate = false): string
{
if (empty(self::$boundaries)) {
return '';