Fixed bug where sorting by company name in Users API did not work

Fixes [ch9200]
This commit is contained in:
snipe
2019-05-24 13:37:20 -07:00
parent b6d2392303
commit c5a23e8f5e
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ class Handler extends ExceptionHandler
\Illuminate\Database\Eloquent\ModelNotFoundException::class,
\Illuminate\Session\TokenMismatchException::class,
\Illuminate\Validation\ValidationException::class,
\Intervention\Image\Exception\NotSupportedException::class,
];
/**