fix syntax error

This commit is contained in:
Shamshid 2023-05-17 08:36:44 +04:00 committed by GitHub
parent 629333e1ab
commit c197a41451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
namespace Grocy\Services;
use LessQL\Result
use LessQL\Result;
class TasksService extends BaseService
{