Remove references to laravel json api

This commit is contained in:
James Cole
2024-12-28 07:09:25 +01:00
parent 103b9056e4
commit 2bd97d9a99
28 changed files with 1 additions and 1555 deletions

View File

@@ -27,8 +27,6 @@ namespace FireflyIII\Support\JsonApi;
use FireflyIII\Models\Account;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Log;
use LaravelJsonApi\Core\Query\SortField;
use LaravelJsonApi\Core\Query\SortFields;
trait SortsQueryResults
{