mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
12 lines
135 B
PHP
12 lines
135 B
PHP
<?php
|
|
|
|
namespace Nominatim;
|
|
|
|
class Debug
|
|
{
|
|
public static function __callStatic($name, $arguments)
|
|
{
|
|
// nothing
|
|
}
|
|
}
|