Skip to content

Commit

Permalink
Update MaintenanceModeHelper.php - spell fix (pimcore#16291)
Browse files Browse the repository at this point in the history
Spell fix `maintenace_mode` to `maintenance_mode`
  • Loading branch information
GeorgII-web authored Dec 6, 2023
1 parent 5c377d2 commit 870592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tool/MaintenanceModeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class MaintenanceModeHelper implements MaintenanceModeHelperInterface
{
protected const ENTRY_ID = 'maintenace_mode';
protected const ENTRY_ID = 'maintenance_mode';

public function __construct(protected RequestStack $requestStack, protected Connection $db)
{
Expand Down

0 comments on commit 870592a

Please sign in to comment.