mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
12 lines
135 B
PHP
12 lines
135 B
PHP
<?php
|
|
|
|
namespace Nominatim;
|
|
|
|
class Debug
|
|
{
|
|
public static function __callStatic($name, $arguments)
|
|
{
|
|
// nothing
|
|
}
|
|
}
|