1
0
Fork 0
mirror of synced 2024-09-19 10:59:50 +12:00
appwrite/app/config/runtimes.php

10 lines
137 B
PHP
Raw Normal View History

2021-04-21 23:02:54 +12:00
<?php
/**
* List of Appwrite Functions supported runtimes
2021-04-21 23:02:54 +12:00
*/
2022-05-24 02:54:50 +12:00
2022-05-31 05:41:25 +12:00
use Appwrite\Runtimes\Runtimes;
2024-06-25 21:33:07 +12:00
return (new Runtimes('v4'))->getAll();