1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/runtimes.php
2024-02-20 23:15:46 +13:00

10 lines
137 B
PHP

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