Skip to content

Commit

Permalink
atualizacao angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobmorais committed Aug 24, 2022
1 parent bd3f89b commit e8f31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatalayerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trait DatalayerTrait
*/
private function getInstance()
{
if (strpos($_SERVER['SERVER_NAME'],"homologacao") && !strpos($this->database,"homologacao") )
if (strpos($_SERVER['SERVER_NAME'],"homologacao") && !strpos($this->database,"Homologacao") )
$this->database .= "Homologacao";

if (!isset($this->instance)) {
Expand Down

0 comments on commit e8f31ee

Please sign in to comment.