1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app/config/runtimes.php
2024-02-20 23:15:46 +13:00

9 lines
137 B
PHP

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