This commit is contained in:
James Cole
2025-12-14 10:24:27 +01:00
parent d747ac237b
commit 73312a4ccc
10 changed files with 25 additions and 32 deletions

View File

@@ -43,7 +43,7 @@ use Illuminate\View\View;
*/
class ExecutionController extends Controller
{
private AccountRepositoryInterface $repository;
private readonly AccountRepositoryInterface $repository;
/**
* ExecutionController constructor.