Skip to content

Commit

Permalink
Changes for MM xliff
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed May 15, 2024
1 parent 90a1a1e commit 08b2e66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/DataDefinition/Definition/View/BackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BackCommand extends Command
public function __construct()
{
parent::__construct();
$this->extra['class'] = 'header_back dcgBC';
$this->extra['class'] = 'header_back dcg';
$this->extra['accesskey'] = 'b';
$this->extra['attributes'] = 'onclick="Backend.getScrollOffset();"';
$this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
use function in_array;
use function method_exists;
use function sprintf;
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;

/**
* This abstract visibility handler provide methods for the visibility of properties.
Expand Down

0 comments on commit 08b2e66

Please sign in to comment.