Skip to content

Commit

Permalink
webui: Typo fix in RestoreController.php
Browse files Browse the repository at this point in the history
Small case-typo-fix in RestoreController.php
  • Loading branch information
eikef committed Aug 12, 2021
1 parent e9a54e5 commit 3327607
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 3327607

Please sign in to comment.