From 393ba612d86bf316aabfe78d0774456a2dd3035e Mon Sep 17 00:00:00 2001 From: GeoSot Date: Mon, 20 May 2024 01:22:17 +0300 Subject: [PATCH] docs: fix mistaken method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6a0e7..5edf507 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ class ViewEnv extends BaseViewEnvEditor use App\Filament\Pages\ViewEnv; FilamentEnvEditorPlugin::make() - ->viewLog(ViewEnv::class) + ->viewPage(ViewEnv::class) ``` ## Contributing