Skip to content

Commit 645ae0f

Browse files
committed
Merge pull request #71 from sten/patch-1
Fix deprecated class reference in README (cherry picked from commit 7159364)
1 parent a94f275 commit 645ae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Define the available "actions" for the tree page using the `getActions()` and `g
310310
The `getActions()` method defines actions that are displayed next to the page's heading:
311311

312312
```php
313-
use Filament\Pages\Actions\CreateAction;
313+
use Filament\Actions\CreateAction;
314314

315315
protected function getActions(): array
316316
{

0 commit comments

Comments
 (0)