1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/libs/upgradephp/dev.php
2022-06-09 15:09:55 +02:00

15 خطوط
305 B
PHP
Vendored

<?php
if (!function_exists('dump')) {
/**
* `symfony/var-dumper` works only in development environment
* adds `dump` for production
* should be included after autoloading
* @see https://github.com/matomo-org/matomo/issues/6890
*/
function dump()
{
//
}
}