mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
5ff7e2af24
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => [
|
|
'$id' => 'default',
|
|
'name' => 'default',
|
|
'disabled' => false,
|
|
'default' => true,
|
|
],
|
|
];
|