dever 3 年之前
父節點
當前提交
a0c0784c2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      database/outbox.php

+ 1 - 1
database/outbox.php

@@ -113,7 +113,7 @@ return array
 		(
 		(
 			'type' 		=> 'tinyint-1',
 			'type' 		=> 'tinyint-1',
 			'name' 		=> '消息范围',
 			'name' 		=> '消息范围',
-			'default' 	=> '1',
+			'default' 	=> '2',
 			'desc' 		=> '消息范围',
 			'desc' 		=> '消息范围',
 			'match' 	=> 'is_numeric',
 			'match' 	=> 'is_numeric',
 			'option' 	=> $scope,
 			'option' 	=> $scope,