Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Jan 28, 2025
1 parent c96337a commit 3820dba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/en/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,6 @@ class AppServiceProvider extends ServiceProvider
}
```

You can use the configuration parameter, which allows you to define all the substitutions at once:

```php
Dashboard::configure([
'models' => [
User::class => MyCustomClass::class,
],
]);
```


## Overriding Blade Templates

Expand Down

0 comments on commit 3820dba

Please sign in to comment.