1.x -> 2.x upgrade guide

This commit is contained in:
Samuel Štancl 2019-10-04 23:34:19 +02:00
parent 6add596ce8
commit 116cb045be
6 changed files with 77 additions and 9 deletions

View file

@ -88,7 +88,7 @@ This config is an array. The key is the alias and the value is the full class na
'cache' => Stancl\Tenancy\TenancyBootstrappers\CacheTenancyBootstrapper::class,
```
The aliases are used by the [event system]({{ $page->link('event-system') }})
The aliases are used by the [event system]({{ $page->link('hooks') }})
### `features` {#bootstrappers}