mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fbbb150e86
This reverts commit2117fa53f0, reversing changes made toc634d12ef4.
10 lines
129 B
PHP
10 lines
129 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => [
|
|
'name' => 'Default',
|
|
'default' => true,
|
|
'disabled' => false,
|
|
]
|
|
];
|