fixed a typo in a variable. Why did neither PhpStorm nor PHP raise an issue with that?
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
a57ad539b0
commit
480033d0d5
|
@ -1136,7 +1136,7 @@ class BindAPI
|
|||
echo 'At least one IP address is required.' . PHP_EOL;
|
||||
exit(0);
|
||||
}
|
||||
$apikey = $argiments['apikey'] ?? '';
|
||||
$apikey = $arguments['apikey'] ?? '';
|
||||
|
||||
try {
|
||||
if ($this->nameserverRepository->findByName(name: $name)) {
|
||||
|
|
Loading…
Reference in New Issue