From 5aaa741c52711e70d57119122872b638d58173f4 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Wed, 8 Sep 2021 11:10:57 +0100 Subject: [PATCH] Update 09-plugin-development.md --- docs/09-plugin-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/09-plugin-development.md b/docs/09-plugin-development.md index bd8a256ac6..67feed3a8a 100644 --- a/docs/09-plugin-development.md +++ b/docs/09-plugin-development.md @@ -11,7 +11,7 @@ use Filament\PluginServiceProvider; class ExampleServiceProvider extends PluginServiceProvider { - // + // ... } ``` @@ -25,7 +25,7 @@ If you're developing a plugin for a specific application, you should register th return [ 'providers' => [ - //... + // ... \App\Providers\ExampleServiceProvider::class, ]