Atualizando Companies.class.php
This commit is contained in:
parent
df26eff67a
commit
d45d6a6e14
1 changed files with 1 additions and 1 deletions
2
vendor/model/Companies.class.php
vendored
2
vendor/model/Companies.class.php
vendored
|
|
@ -113,7 +113,7 @@ class Companies
|
|||
}
|
||||
|
||||
/** Lista todos os egistros do banco com ou sem paginação*/
|
||||
public function All(int $start, int $max)
|
||||
public function All(? int $start, ? int $max)
|
||||
{
|
||||
/** Parametros de entrada */
|
||||
$this->start = $start;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue