mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
Automated formatting changes
This commit is contained in:
parent
84f61f4eb1
commit
cbf79a413c
|
|
@ -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