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 ea42237 commit 0f78ac6Copy full SHA for 0f78ac6
src/FlexibleContentBlockPagesPanel.php
@@ -22,7 +22,7 @@ public function panel(Panel $panel): Panel
22
*
23
* Another option if you are not already extending from another class, is to extend this class and overwrite the functions.
24
*/
25
- public static function configurePanel(Panel $panel, ?string $id=null): Panel
+ public static function configurePanel(Panel $panel, ?string $id = null): Panel
26
{
27
return $panel
28
->id($id ?? static::ID)
0 commit comments