mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-26 20:19:35 +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';
|
|
}
|