Code cleanup as recommended by Mago.

This commit is contained in:
James Cole
2026-03-03 20:33:02 +01:00
parent a352ae54b6
commit 47b02b30ea
334 changed files with 502 additions and 426 deletions

View File

@@ -31,7 +31,7 @@ use FireflyIII\Transformers\UserGroupTransformer;
use Illuminate\Http\JsonResponse;
use Illuminate\Pagination\LengthAwarePaginator;
class IndexController extends Controller
final class IndexController extends Controller
{
public const string RESOURCE_KEY = 'user_groups';