mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
null为php7的关键字
This commit is contained in:
@@ -14,7 +14,7 @@ namespace think\console\output;
|
||||
|
||||
use think\console\Output;
|
||||
|
||||
class Null extends Output
|
||||
class Nothing extends Output
|
||||
{
|
||||
/** @noinspection PhpMissingParentConstructorInspection */
|
||||
public function __construct()
|
||||
Reference in New Issue
Block a user