This commit is contained in:
saparatayev 2021-08-21 11:12:00 +05:00
commit 3eff114066
1 changed files with 5 additions and 2 deletions

View File

@ -341,5 +341,8 @@
'Tps\\Birzha\\Models\\Currency' => 'plugins/tps/birzha/models/Currency.php',
'TPS\\Birzha\\Components\\MyOffers' => 'plugins/tps/birzha/components/MyOffers.php',
'TPS\\Birzha\\Models\\Country' => 'plugins/tps/birzha/models/Country.php',
'TPS\\Birzha\\Components\\ContactForm' => 'plugins\\tps\\birzha\\components\\ContactForm.php',
);
'TPS\\Birzha\\Components\\ContactForm' => 'plugins/tps/birzha/components/ContactForm.php',
'TPS\\Birzha\\Components\\Messages' => 'plugins/tps/birzha/components/Messages.php',
'TPS\\Birzha\\Components\\PaymentApi' => 'plugins/tps/birzha/components/PaymentApi.php',
'TPS\\Birzha\\Components\\Balance' => 'plugins/tps/birzha/components/Balance.php',
);