diff --git a/src/Entity/Book.php b/src/Entity/Book.php index 2562b53..db2eda2 100644 --- a/src/Entity/Book.php +++ b/src/Entity/Book.php @@ -140,7 +140,7 @@ public static function getAll( public static function getByFilters( Bookboon $bookboon, array $bookTypes = [self::_OWN_TYPE], - array $filters + array $filters = [] ) : BookboonResponse { $variables = [ 'bookType' => join(',', $bookTypes),