We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef65d4 commit 1a1008eCopy full SHA for 1a1008e
src/Admin.php
@@ -35,7 +35,7 @@ class Admin
35
*
36
* @var string
37
*/
38
- const VERSION = '1.4.0';
+ const VERSION = '1.4.5';
39
40
/**
41
* @var array
@@ -133,6 +133,7 @@ public static function favicon($favicon = null)
133
* @param Closure $callable
134
135
* @return Content
136
+ * @deprecated
137
138
public static function content(Closure $callable = null)
139
{
src/Show/Panel.php
@@ -95,6 +95,7 @@ public function getParent()
95
* @param string $style
96
97
* @return $this
98
99
100
public function style($style = 'info')
101
0 commit comments