mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
13 lines
174 B
PHP
Executable File
13 lines
174 B
PHP
Executable File
<?php
|
|
|
|
namespace Config;
|
|
|
|
use CodeIgniter\Config\ForeignCharacters as BaseForeignCharacters;
|
|
|
|
/**
|
|
* @immutable
|
|
*/
|
|
class ForeignCharacters extends BaseForeignCharacters
|
|
{
|
|
}
|