Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stephenjude/filament-debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Sep 22, 2024
2 parents 36c92e2 + c6a644d commit 0d0ffd2
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 0d0ffd2

Please sign in to comment.