mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Tag into develop
This commit is contained in:
commit
c66045041b
|
|
@ -206,7 +206,7 @@ final class ApiController extends Controller
|
|||
*/
|
||||
private function createTagL11nFromRequest(RequestAbstract $request) : TagL11n
|
||||
{
|
||||
$tagL11n = new TagL11n();
|
||||
$tagL11n = new TagL11n();
|
||||
$tagL11n->tag = (int) ($request->getData('tag') ?? 0);
|
||||
$tagL11n->setLanguage((string) (
|
||||
$request->getData('language') ?? $request->getLanguage()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user