Skip to content

Commit 1a1008e

Browse files
committed
待废弃方法标记以及版本号更新
1 parent 9ef65d4 commit 1a1008e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Admin
3535
*
3636
* @var string
3737
*/
38-
const VERSION = '1.4.0';
38+
const VERSION = '1.4.5';
3939

4040
/**
4141
* @var array
@@ -133,6 +133,7 @@ public static function favicon($favicon = null)
133133
* @param Closure $callable
134134
*
135135
* @return Content
136+
* @deprecated
136137
*/
137138
public static function content(Closure $callable = null)
138139
{

src/Show/Panel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function getParent()
9595
* @param string $style
9696
*
9797
* @return $this
98+
* @deprecated
9899
*/
99100
public function style($style = 'info')
100101
{

0 commit comments

Comments
 (0)