Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Aug 30, 2023
1 parent e5d8e28 commit 949e317
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/GettextTranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ public function getDefaultDomain()
*
* @return $this
*/
public function setDefaultDomain($defaultDomain)
{
$this->defaultDomain = $defaultDomain;
public function setDefaultDomain ($defaultDomain)
{$this->defaultDomain = $defaultDomain;

return $this;


}

/**
Expand Down

0 comments on commit 949e317

Please sign in to comment.