BackendStrings.php
1 year ago
FrontendStrings.php
1 year ago
LiteBackendStrings.php
2 weeks ago
LiteFrontendStrings.php
2 weeks ago
NotificationsStrings.php
2 months ago
FrontendStrings.php
17 lines
| 1 | <?php |
| 2 | |
| 3 | namespace AmeliaBooking\Infrastructure\WP\Translations; |
| 4 | |
| 5 | /** |
| 6 | * Class FrontendStrings |
| 7 | * |
| 8 | * @package AmeliaBooking\Infrastructure\WP\Translations |
| 9 | * |
| 10 | * @SuppressWarnings(ExcessiveMethodLength) |
| 11 | * @SuppressWarnings(ExcessiveClassLength) |
| 12 | * @phpcs:disable |
| 13 | */ |
| 14 | class FrontendStrings extends LiteFrontendStrings |
| 15 | { |
| 16 | } |
| 17 |