From ee53d9e9e659204d87e81838253f61b22e3e05fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20V=C4=83n=20H=C3=B9ng?= Date: Mon, 30 Oct 2023 09:58:11 +0700 Subject: [PATCH] =?UTF-8?q?BcFavorite=E3=82=92=E5=85=A8=E4=BD=93=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=81=AE=E5=AE=9F=E8=A1=8C=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=AB=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bc-favorite/tests/Factory/FavoriteFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bc-favorite/tests/Factory/FavoriteFactory.php b/plugins/bc-favorite/tests/Factory/FavoriteFactory.php index 3b709aaaae..2e745d0015 100644 --- a/plugins/bc-favorite/tests/Factory/FavoriteFactory.php +++ b/plugins/bc-favorite/tests/Factory/FavoriteFactory.php @@ -29,7 +29,7 @@ class FavoriteFactory extends CakephpBaseFactory */ protected function getRootTableRegistryName(): string { - return 'BcFavorite.favorites'; + return 'BcFavorite.Favorites'; } /**