Improve error reporting in API

[MAILPOET-1290]
This commit is contained in:
Pavel Dohnal
2018-06-12 10:13:49 +01:00
parent 8c55fce938
commit 71fed489ec
6 changed files with 85 additions and 9 deletions

View File

@ -904,4 +904,4 @@ class Subscriber extends Model {
->orderByAsc('name')
->findArray();
}
}
}