Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 8, 2024
1 parent 7250135 commit 4820ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/View/Helper/CrudViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ class CrudViewHelper extends Helper
'timeFormat' => null,
];

/**
* @inheritDoc
*/
public function initialize(array $config): void
{
$this->setConfig(Configure::read('CrudView.helperConfig', []));
Expand Down

0 comments on commit 4820ff6

Please sign in to comment.