Skip to content

Commit

Permalink
待废弃方法标记以及版本号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed May 23, 2020
1 parent 9ef65d4 commit 1a1008e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Admin.php
Expand Up @@ -35,7 +35,7 @@ class Admin
*
* @var string
*/
const VERSION = '1.4.0';
const VERSION = '1.4.5';

/**
* @var array
Expand Down Expand Up @@ -133,6 +133,7 @@ public static function favicon($favicon = null)
* @param Closure $callable
*
* @return Content
* @deprecated
*/
public static function content(Closure $callable = null)
{
Expand Down
1 change: 1 addition & 0 deletions src/Show/Panel.php
Expand Up @@ -95,6 +95,7 @@ public function getParent()
* @param string $style
*
* @return $this
* @deprecated
*/
public function style($style = 'info')
{
Expand Down

0 comments on commit 1a1008e

Please sign in to comment.