Skip to content

Commit 7159364

Browse files
authored
Merge pull request #71 from sten/patch-1
Fix deprecated class reference in README
2 parents c861221 + 0747283 commit 7159364

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
@@ -297,7 +297,7 @@ Define the available "actions" for the tree page using the `getActions()` and `g
297297

298298
The `getActions()` method defines actions that are displayed next to the page's heading:
299299
```php
300-
use Filament\Pages\Actions\CreateAction;
300+
use Filament\Actions\CreateAction;
301301

302302
protected function getActions(): array
303303
{

0 commit comments

Comments
 (0)