Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude authored Sep 17, 2024
1 parent 963f0f9 commit c6a644d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ composer require stephenjude/filament-debugger

## Usages
```php
use Stephenjude\FilamentDebugger\DebuggerPlugin;

public function panel(Panel $panel): Panel
{
use Stephenjude\FilamentDebugger\DebuggerPlugin;

return $panel
->plugin(
Expand Down

0 comments on commit c6a644d

Please sign in to comment.