Files
appwrite/app/config/runtimes.php
T
Khushboo Verma 0edbec4f44 OPR v4 support
2024-06-25 15:03:07 +05:30

10 lines
137 B
PHP

<?php
/**
* List of Appwrite Functions supported runtimes
*/
use Appwrite\Runtimes\Runtimes;
return (new Runtimes('v4'))->getAll();