mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-06-28 06:46:14 +00:00
9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
/**
|
|
* No-op OPcache preload file.
|
|
*
|
|
* Exists only so opcache.preload has a valid target.
|
|
* Intentionally does nothing.
|
|
*/
|
|
|
|
return; |