1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +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;
return (new Runtimes('v3'))->getAll();