Skip to content

Commit

Permalink
Fixed debugKit panel
Browse files Browse the repository at this point in the history
  • Loading branch information
zunnu committed Jun 15, 2024
1 parent d599cf4 commit 6724722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Panel/AssociationsPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

class AssociationsPanel extends DebugPanel
{
public $plugin = 'AssociationsDebugger';
public string $plugin = 'AssociationsDebugger';

/**
* Get the panel data
*
* @return array
*/
public function data()
public function data(): array
{
$gate = new Gate();

Expand Down

0 comments on commit 6724722

Please sign in to comment.