1
0
Fork 0
mirror of synced 2024-09-17 10:00:07 +12:00
appwrite/app/config/runtimes.php
2024-06-25 15:03:07 +05:30

9 lines
137 B
PHP

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