Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Carden <[email protected]>
  • Loading branch information
dependabot[bot] and TravisCarden authored Sep 16, 2024
1 parent 1d45f26 commit 54c466f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ protected function exitEarly(

public function getName(): TranslatableInterface
{
return $this->t(static::NAME);
return $this->t(self::NAME);
}

public function getDescription(): TranslatableInterface
{
return $this->t(static::DESCRIPTION);
return $this->t(self::DESCRIPTION);
}

protected function getFulfilledStatusMessage(): TranslatableInterface
{
return $this->t(static::FULFILLED_STATUS_MESSAGE);
return $this->t(self::FULFILLED_STATUS_MESSAGE);
}
};
}
Expand Down

0 comments on commit 54c466f

Please sign in to comment.