Upgrade to 3.3.0
This commit is contained in:
@@ -75,7 +75,6 @@ class PageBlueprint extends Blueprint
|
||||
protected function normalizeNum($num): string
|
||||
{
|
||||
$aliases = [
|
||||
0 => 'zero',
|
||||
'0' => 'zero',
|
||||
'sort' => 'default',
|
||||
];
|
||||
@@ -185,7 +184,7 @@ class PageBlueprint extends Blueprint
|
||||
* button in the panel and redirects it to a
|
||||
* different URL if necessary.
|
||||
*
|
||||
* @return string|boolean
|
||||
* @return string|bool
|
||||
*/
|
||||
public function preview()
|
||||
{
|
||||
|
Reference in New Issue
Block a user