This commit is contained in:
2023-11-30 17:46:50 +08:00
parent aa9d25d4ee
commit b25987c865
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ use Kiri\Error\StdoutLogger;
* @package Kiri\Base
* @property DatabasesProviders $connections
*/
abstract class BaseApplication extends Component
abstract class BaseApplication extends LocalService
{