mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
6 lines
178 B
PHP
6 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';
|
||
|
}
|