mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 18:39:31 +00:00
5 lines
178 B
PHP
5 lines
178 B
PHP
<?php
|
|
|
|
if (file_exists(__DIR__.'/../var/cache/dev/App_KernelDevDebugContainer.preload.php')) {
|
|
require __DIR__.'/../var/cache/dev/App_KernelDevDebugContainer.preload.php';
|
|
}
|