fix typo
This commit is contained in:
parent
44c27053cb
commit
79d1958e9b
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ class PrinterController extends Controller
|
|||
return new JSONResponse($notAllowed);
|
||||
}
|
||||
|
||||
if (!$this->printer->isValidOrirentation($orientation)) {
|
||||
if (!$this->printer->isValidOrientation($orientation)) {
|
||||
return new JSONResponse($error);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue