修改app

This commit is contained in:
wuyanwen 2019-12-13 17:25:05 +08:00
parent 6f7e0d71c2
commit d40deeff60
6 changed files with 26 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<?php
// 事件定义文件
return [
'bind' => [
],
'bind' => [],
'listen' => [
'AppInit' => [],
@ -10,9 +10,7 @@ return [
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
'RouteLoaded' => [
catcher\event\LoadModuleRoutes::class,
],
'RouteLoaded' => [],
],
'subscribe' => [

1
catchAdmin/helper.php Normal file
View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

View File

@ -0,0 +1 @@
<?php