mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-04-18 12:10:50 +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; |