Update 09-plugin-development.md

This commit is contained in:
Dan Harrin
2021-09-08 11:10:57 +01:00
parent d614532552
commit 5aaa741c52
+2 -2
View File
@@ -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,
]