This commit is contained in:
osaajani 2019-11-10 00:30:29 +01:00
parent ae42484a60
commit d6f5eb5206
8 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ namespace controllers\internals;
*
* @return array : La liste des commandes
*/
public function list($nb_entry = false, $page = false)
public function list($nb_entry = null, $page = null)
{
return $this->model_command->list($nb_entry, $nb_entry * $page);
}