1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Merge pull request #5451 from turbo124/v5-develop

SortRequest
This commit is contained in:
David Bomba 2021-04-17 08:32:49 +10:00 committed by GitHub
commit d6034497f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class SortTaskRequest extends Request
public function rules()
{
return [];
}