Files
study/Swoft_BackEndApi/config/base.php
2024-09-27 01:06:04 +08:00

6 lines
94 B
PHP
Executable File

<?php
return [
'name' => 'Swoft framework 2.0',
'debug' => env('SWOFT_DEBUG', 1),
];