Skip to content

Commit

Permalink
fix: Transport manager journey broken due to type. (dvsa/olcs-selfser…
Browse files Browse the repository at this point in the history
…ve#110)

* fix: Transport manager journey broken due to type.

* fix: Controller redeclaring property
  • Loading branch information
wadedvsa authored Apr 2, 2024
1 parent 0f4fbc3 commit 9651f95
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 9651f95

Please sign in to comment.