[PR #1047] [CLOSED] Bump laravel/framework from 5.8.29 to 5.8.32 #1548

Closed
opened 2026-02-26 03:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1047
Author: @dependabot-preview[bot]
Created: 8/14/2019
Status: Closed

Base: masterHead: dependabot/composer/laravel/framework-5.8.32


📝 Commits (1)

  • 8455442 Bump laravel/framework from 5.8.29 to 5.8.32

📊 Changes

1 file changed (+123 additions, -121 deletions)

View changed files

📝 composer.lock (+123 -121)

📄 Description

Bumps laravel/framework from 5.8.29 to 5.8.32.

Release notes

Sourced from laravel/framework's releases.

v5.8.32

v5.8.32 (2019-08-13)

Fixed

  • Fixed top level wildcard validation for distinct validator (#29499)
  • Fixed resolving of columns with schema references in Postgres (#29448)
  • Only remove the event mutex if it was created (#29526)
  • Fixed restoring serialized collection with deleted models (#29533, 74b62bb)

v5.8.31

v5.8.31 (2019-08-06)

Fixed

  • Fixed FatalThrowableError in updateExistingPivot() when pivot is non-existent (#29362)
  • Fixed worker timeout handler when there is no job processing (#29366)
  • Fixed assertJsonValidationErrors() with muliple messages (#29380)
  • Fixed UPDATE queries with alias (#29405)

Changed

  • Illuminate\Cache\ArrayStore::forget() returns false on missing key (#29427)
  • Allow chaining on QueryBuilder::dump() method (#29437)
  • Change visibility to public for hasPivotColumn() method (#29367)
  • Added line break for plain text mails (#29408)
  • Use date_create to prevent date validator warnings (#29342, #29389)

v5.8.30

v5.8.30 (2019-07-30)

Added

  • Added MakesHttpRequests::option() and MakesHttpRequests::optionJson() methods (#29258)
  • Added Blueprint::uuidMorphs() and Blueprint::nullableUuidMorphs() methods (#29289)
  • Added MailgunTransport::getEndpoint() and MailgunTransport::setEndpoint() methods (#29312)
  • Added WEBP to image validation rule (#29309)
  • Added TestResponse::assertSessionHasInput() method (#29327)
  • Added support for custom redis driver (#29275)
  • Added Postgres support for collation() on columns (#29213)

Fixed

  • Fixed collections with JsonSerializable items and mixed values (#29205)
  • Fixed MySQL Schema Grammar $modifiers order (#29265)
  • Fixed UPDATE query bindings on PostgreSQL (#29272)
  • Fixed default theme for Markdown mails (#29274)
  • Fixed UPDATE queries with alias on SQLite (#29276)
  • Fixed UPDATE and DELETE queries with join bindings on PostgreSQL (#29306)
  • Fixed support of DateTime objects and int values in orWhereDay(), orWhereMonth(), orWhereYear() methods in the Builder (#29317)
  • Fixed DELETE queries with joins on PostgreSQL (#29313)
  • Prevented a job from firing if job marked as deleted (#29204, 1003c27)
  • Fixed model deserializing with custom Model::newCollection() (#29196)
... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v5.8.32 (2019-08-13)

Fixed

  • Fixed top level wildcard validation for distinct validator (#29499)
  • Fixed resolving of columns with schema references in Postgres (#29448)
  • Only remove the event mutex if it was created (#29526)
  • Fixed restoring serialized collection with deleted models (#29533, 74b62bb)

v5.8.31 (2019-08-06)

Fixed

  • Fixed FatalThrowableError in updateExistingPivot() when pivot is non-existent (#29362)
  • Fixed worker timeout handler when there is no job processing (#29366)
  • Fixed assertJsonValidationErrors() with muliple messages (#29380)
  • Fixed UPDATE queries with alias (#29405)

Changed

  • Illuminate\Cache\ArrayStore::forget() returns false on missing key (#29427)
  • Allow chaining on QueryBuilder::dump() method (#29437)
  • Change visibility to public for hasPivotColumn() method (#29367)
  • Added line break for plain text mails (#29408)
  • Use date_create to prevent date validator warnings (#29342, #29389)

v5.8.30 (2019-07-30)

Added

  • Added MakesHttpRequests::option() and MakesHttpRequests::optionJson() methods (#29258)
  • Added Blueprint::uuidMorphs() and Blueprint::nullableUuidMorphs() methods (#29289)
  • Added MailgunTransport::getEndpoint() and MailgunTransport::setEndpoint() methods (#29312)
  • Added WEBP to image validation rule (#29309)
  • Added TestResponse::assertSessionHasInput() method (#29327)
  • Added support for custom redis driver (#29275)
  • Added Postgres support for collation() on columns (#29213)

Fixed

  • Fixed collections with JsonSerializable items and mixed values (#29205)
  • Fixed MySQL Schema Grammar $modifiers order (#29265)
  • Fixed UPDATE query bindings on PostgreSQL (#29272)
  • Fixed default theme for Markdown mails (#29274)
  • Fixed UPDATE queries with alias on SQLite (#29276)
  • Fixed UPDATE and DELETE queries with join bindings on PostgreSQL (#29306)
  • Fixed support of DateTime objects and int values in orWhereDay(), orWhereMonth(), orWhereYear() methods in the Builder (#29317)
  • Fixed DELETE queries with joins on PostgreSQL (#29313)
  • Prevented a job from firing if job marked as deleted (#29204, 1003c27)
  • Fixed model deserializing with custom Model::newCollection() (#29196)

Reverted

... (truncated)
Commits
  • ee16d71 version
  • 74b62bb remove unneeded code
  • bd34d38 Merge pull request #29533 from tw99/Job-with-serialized-collection-handles-de...
  • 4c13824 Merge pull request #29535 from derekmd/request-validate-test-coverage
  • 5cc9aee Add Request::validate() macro test coverage
  • f4c873f Handle serialized collection with potentially deleted models
  • 8550ff3 Merge pull request #29526 from lorisleiva/5.8
  • 15bbbc0 Merge pull request #29527 from imanghafoori1/test_session_store
  • e1a57aa add test
  • fc59616 Only remove the event mutex if it was created
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1047 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.32` --- ### 📝 Commits (1) - [`8455442`](https://github.com/koel/koel/commit/8455442833846bf98cea24bcf7f371e45cc888c6) Bump laravel/framework from 5.8.29 to 5.8.32 ### 📊 Changes **1 file changed** (+123 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+123 -121) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.8.29 to 5.8.32. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.32 > ## [v5.8.32 (2019-08-13)](https://github.com/laravel/framework/compare/v5.8.31...v5.8.32) > > ### Fixed > - Fixed top level wildcard validation for `distinct` validator ([#29499](https://github-redirect.dependabot.com/laravel/framework/pull/29499)) > - Fixed resolving of columns with schema references in Postgres ([#29448](https://github-redirect.dependabot.com/laravel/framework/pull/29448)) > - Only remove the event mutex if it was created ([#29526](https://github-redirect.dependabot.com/laravel/framework/pull/29526)) > - Fixed restoring serialized collection with deleted models ([#29533](https://github-redirect.dependabot.com/laravel/framework/pull/29533), [74b62bb](https://github.com/laravel/framework/commit/74b62bbbb32674dfa167e2812231bf302454e67f)) > > > ## v5.8.31 > ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## v5.8.30 > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.32 (2019-08-13)](https://github.com/laravel/framework/compare/v5.8.31...v5.8.32) > > ### Fixed > - Fixed top level wildcard validation for `distinct` validator ([#29499](https://github-redirect.dependabot.com/laravel/framework/pull/29499)) > - Fixed resolving of columns with schema references in Postgres ([#29448](https://github-redirect.dependabot.com/laravel/framework/pull/29448)) > - Only remove the event mutex if it was created ([#29526](https://github-redirect.dependabot.com/laravel/framework/pull/29526)) > - Fixed restoring serialized collection with deleted models ([#29533](https://github-redirect.dependabot.com/laravel/framework/pull/29533), [74b62bb](https://github.com/laravel/framework/commit/74b62bbbb32674dfa167e2812231bf302454e67f)) > > > ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) > > ### Reverted > - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`ee16d71`](https://github.com/laravel/framework/commit/ee16d719516dfd77ed6c9538000bca49ded284e2) version - [`74b62bb`](https://github.com/laravel/framework/commit/74b62bbbb32674dfa167e2812231bf302454e67f) remove unneeded code - [`bd34d38`](https://github.com/laravel/framework/commit/bd34d3838abe6e8a53f84c9d411a00356ea457ab) Merge pull request [#29533](https://github-redirect.dependabot.com/laravel/framework/issues/29533) from tw99/Job-with-serialized-collection-handles-de... - [`4c13824`](https://github.com/laravel/framework/commit/4c1382416150930eba3dba3b6c332ffa1557a548) Merge pull request [#29535](https://github-redirect.dependabot.com/laravel/framework/issues/29535) from derekmd/request-validate-test-coverage - [`5cc9aee`](https://github.com/laravel/framework/commit/5cc9aee51fd88485e14972f6ab9c260cf2239a7c) Add Request::validate() macro test coverage - [`f4c873f`](https://github.com/laravel/framework/commit/f4c873f99a91c6cfe3c0ec6b4be30c6ebb9d51ce) Handle serialized collection with potentially deleted models - [`8550ff3`](https://github.com/laravel/framework/commit/8550ff3c2e6fa78b8df491452515188692a3f5f0) Merge pull request [#29526](https://github-redirect.dependabot.com/laravel/framework/issues/29526) from lorisleiva/5.8 - [`15bbbc0`](https://github.com/laravel/framework/commit/15bbbc00a6185b6ad48effe14fddf620ed09a26a) Merge pull request [#29527](https://github-redirect.dependabot.com/laravel/framework/issues/29527) from imanghafoori1/test_session_store - [`e1a57aa`](https://github.com/laravel/framework/commit/e1a57aaaceca3ec5975723523e9331d6da71cd94) add test - [`fc59616`](https://github.com/laravel/framework/commit/fc59616b926b469d72bb17a7ec561a63a262a1f3) Only remove the event mutex if it was created - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.29...v5.8.32) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.32)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.32) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1548
No description provided.