Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: Transport manager journey broken due to type. (#110)
Browse files Browse the repository at this point in the history
* fix: Transport manager journey broken due to type.

* fix: Controller redeclaring property
  • Loading branch information
wadedvsa authored Apr 2, 2024
1 parent f2e64f7 commit e4222ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

trait TransportManagerApplicationTrait
{
protected TransportManagerApplication $tma;
protected array $tma;

/**
* @return void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ abstract class AbstractDeclarationController extends AbstractController
protected AnnotationBuilder $transferAnnotationBuilder;
protected CommandService $commandService;

/**
* @var TransportManagerApplication
*/
protected TransportManagerApplication $tma;

/**
* @param NiTextTranslation $niTextTranslationUtil
* @param AuthorizationService $authService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class CheckAnswersController extends AbstractController
use ExternalControllerTrait;
use TransportManagerApplicationTrait;

protected $tma;

protected FormHelperService $formHelper;
protected TranslationHelperService $translationHelper;
protected AnnotationBuilder $transferAnnotationBuilder;
Expand Down

0 comments on commit e4222ef

Please sign in to comment.