File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ public static function provideTranslateUriToCamelCase(): iterable
514
514
'subfolder-controller-and-method-wz-dash ' => [
515
515
'subfolder/sub/blog-controller/some-method ' ,
516
516
'Subfolder/Sub/ ' ,
517
- '\CodeIgniter\Router\Controllers\Subfolder\Sub\BlogController ' ,
517
+ '\\' . \ CodeIgniter \Router \Controllers \Subfolder \Sub \BlogController::class ,
518
518
'getSomeMethod ' ,
519
519
2 ,
520
520
3 ,
@@ -523,7 +523,7 @@ public static function provideTranslateUriToCamelCase(): iterable
523
523
'subfolder-wz-dash-controller-and-method-wz-dash ' => [
524
524
'sub-dir/blog-controller/some-method ' ,
525
525
'SubDir/ ' ,
526
- '\CodeIgniter\Router\Controllers\SubDir\BlogController ' ,
526
+ '\\' . \ CodeIgniter \Router \Controllers \SubDir \BlogController::class ,
527
527
'getSomeMethod ' ,
528
528
1 ,
529
529
2 ,
You can’t perform that action at this time.
0 commit comments