Skip to content

Commit 413db00

Browse files
committed
增强单独调用
1 parent 9b60d79 commit 413db00

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Jump.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,8 @@ public function __construct(App $app)
3333
{
3434
$this->app = $app;
3535
$this->request = $this->app->request;
36-
37-
// 控制器初始化
38-
$this->initialize();
3936
}
4037

41-
// 初始化
42-
protected function initialize()
43-
{}
44-
4538
/**
4639
* 操作成功跳转的快捷方法
4740
* @access protected

0 commit comments

Comments
 (0)