mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-05 22:36:26 +02:00
Working daemons by extracting phone create and using cmd instead
This commit is contained in:
parent
c265e0d43c
commit
99cdf6516a
5 changed files with 29 additions and 21 deletions
|
@ -20,5 +20,10 @@ namespace controllers\internals;
|
|||
{
|
||||
$server = new \daemons\Server();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function phone ($number)
|
||||
{
|
||||
$server = new \daemons\Phone($number);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue