@@ -475,6 +475,7 @@ public function dataProviderWithNamingMap():array
475
475
'params ' => [],
476
476
'modelName ' => 'Post ' ,
477
477
'modelFqn ' => 'app\models\Post ' ,
478
+ 'xRoute ' => null ,
478
479
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'array ' ],
479
480
]),
480
481
new RestAction ([
@@ -487,6 +488,7 @@ public function dataProviderWithNamingMap():array
487
488
'params ' => ['id ' => ['type ' => 'integer ' ]],
488
489
'modelName ' => 'Post ' ,
489
490
'modelFqn ' => 'app\models\Post ' ,
491
+ 'xRoute ' => null ,
490
492
'responseWrapper ' => ['item ' => 'post ' , 'list ' => null , 'type ' => 'object ' ],
491
493
]),
492
494
new RestAction ([
@@ -501,6 +503,7 @@ public function dataProviderWithNamingMap():array
501
503
],
502
504
'modelName ' => 'Post ' ,
503
505
'modelFqn ' => 'app\models\Post ' ,
506
+ 'xRoute ' => null ,
504
507
'responseWrapper ' => ['item ' => 'category ' , 'list ' => null , 'type ' => 'object ' ],
505
508
]),
506
509
new RestAction ([
@@ -515,6 +518,7 @@ public function dataProviderWithNamingMap():array
515
518
],
516
519
'modelName ' => 'Post ' ,
517
520
'modelFqn ' => 'app\models\Post ' ,
521
+ 'xRoute ' => null ,
518
522
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'array ' ],
519
523
]),
520
524
new RestAction ([
@@ -529,6 +533,7 @@ public function dataProviderWithNamingMap():array
529
533
],
530
534
'modelName ' => 'Comment ' ,
531
535
'modelFqn ' => 'app\models\Comment ' ,
536
+ 'xRoute ' => null ,
532
537
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'array ' ],
533
538
]),
534
539
new RestAction ([
@@ -543,6 +548,7 @@ public function dataProviderWithNamingMap():array
543
548
],
544
549
'modelName ' => 'Comment ' ,
545
550
'modelFqn ' => 'app\models\Comment ' ,
551
+ 'xRoute ' => null ,
546
552
'responseWrapper ' => null ,
547
553
]),
548
554
new RestAction ([
@@ -558,6 +564,7 @@ public function dataProviderWithNamingMap():array
558
564
],
559
565
'modelName ' => 'Post ' ,
560
566
'modelFqn ' => 'app\models\Post ' ,
567
+ 'xRoute ' => null ,
561
568
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'object ' ],
562
569
]),
563
570
new RestAction ([
@@ -573,6 +580,7 @@ public function dataProviderWithNamingMap():array
573
580
],
574
581
'modelName ' => 'Comment ' ,
575
582
'modelFqn ' => 'app\models\Comment ' ,
583
+ 'xRoute ' => null ,
576
584
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'object ' ],
577
585
]),
578
586
new RestAction ([
@@ -588,6 +596,7 @@ public function dataProviderWithNamingMap():array
588
596
],
589
597
'modelName ' => 'Comment ' ,
590
598
'modelFqn ' => 'app\models\Comment ' ,
599
+ 'xRoute ' => null ,
591
600
'responseWrapper ' => null ,
592
601
]),
593
602
new RestAction ([
@@ -603,6 +612,7 @@ public function dataProviderWithNamingMap():array
603
612
],
604
613
'modelName ' => 'Comment ' ,
605
614
'modelFqn ' => 'app\models\Comment ' ,
615
+ 'xRoute ' => null ,
606
616
'responseWrapper ' => ['item ' => '' , 'list ' => '' , 'type ' => 'object ' ],
607
617
]),
608
618
],
0 commit comments