mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -05:00
- Bump composer.json/lock to codeigniter 4.4.3 - Fix base_url() call without arguments - Updated files in the project space - Bump composer.json/lock to kint 5.0.4 - Update composer.json to include missing CI elements - Corrected composer.json regarding minimum versions - Updated README.md to reflect CI4 implementation - Migrated some Routes.php to Routing.php - Removed deprecated settings from Config/App.php
13 lines
174 B
PHP
13 lines
174 B
PHP
<?php
|
|
|
|
namespace Config;
|
|
|
|
use CodeIgniter\Config\ForeignCharacters as BaseForeignCharacters;
|
|
|
|
/**
|
|
* @immutable
|
|
*/
|
|
class ForeignCharacters extends BaseForeignCharacters
|
|
{
|
|
}
|