Skip to content

Commit

Permalink
Merge pull request #909 from eikef/patch-1
Browse files Browse the repository at this point in the history
webui: typo fix in RestoreController.php
  • Loading branch information
fbergkemper committed Aug 30, 2021
2 parents cc44bbc + 3327607 commit a0afe5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -837,7 +837,7 @@ public function getClientModel()
{
if(!$this->clientModel) {
$sm = $this->getServiceLocator();
$this->clientModel = $sm->get('CLient\Model\ClientModel');
$this->clientModel = $sm->get('Client\Model\ClientModel');
}
return $this->clientModel;
}
Expand Down

0 comments on commit a0afe5c

Please sign in to comment.