mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-07 07:06:26 +02:00
few coderules changes
This commit is contained in:
parent
80b6a3ed86
commit
117c18ddca
28 changed files with 1485 additions and 1666 deletions
|
@ -3,7 +3,7 @@ namespace controllers\internals;
|
|||
/**
|
||||
* Classe des commandes
|
||||
*/
|
||||
class Command extends \InternalController
|
||||
class Command extends \descartes\InternalController
|
||||
{
|
||||
|
||||
public function populate_database ($nb_entry = false, $page = false)
|
||||
|
@ -19,7 +19,7 @@ namespace controllers\internals;
|
|||
$contact = [
|
||||
'name' => 'Contact N°' . $i,
|
||||
'number' => '06' . rand(10,99) . rand(10,99) . rand(10,99) . rand(10,99),
|
||||
]
|
||||
];
|
||||
|
||||
if (!$id_contact = $internalContact->create($contact))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue