mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-17 17:45:55 +08:00
Update 09-plugin-development.md
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user