Atualização Companies.class.php
This commit is contained in:
parent
8b65162d68
commit
3fe8683c7f
1 changed files with 2 additions and 0 deletions
2
vendor/model/Companies.class.php
vendored
2
vendor/model/Companies.class.php
vendored
|
|
@ -198,6 +198,8 @@ class Companies
|
|||
}
|
||||
}
|
||||
|
||||
echo $this->sql;
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue