Skip to content

Commit 19f911f

Browse files
committed
优化注释
1 parent 5eeeca4 commit 19f911f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/HttpController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ class HttpController extends Controller
6363
/**
6464
* laravel container app
6565
*
66-
* @var null
66+
* @var \Illuminate\Container\Container
6767
*/
68-
protected $laravelApp = null;
68+
protected $laravelApp;
6969

7070
/**
7171
* 执行控制台命令入口

0 commit comments

Comments
 (0)