mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Added missing parenthesis
This commit is contained in:
parent
dc324488fb
commit
f3a32b01bf
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ The reason for this is that spatie/laravel-permission caches permissions & roles
|
|||
|
||||
## **laravel-medialibrary** {#laravel-medialibrary}
|
||||
|
||||
To generate the correct media URLs for tenants, create a custom URL generator class extending `Spatie\MediaLibrary\Support\UrlGenerator\DefaultUrlGenerator` and override the `getUrl()` method and the `getResponsiveImagesDirectoryUrl` method that is used for generating URLs of responsive images.
|
||||
To generate the correct media URLs for tenants, create a custom URL generator class extending `Spatie\MediaLibrary\Support\UrlGenerator\DefaultUrlGenerator` and override the `getUrl()` method and the `getResponsiveImagesDirectoryUrl()` method that is used for generating URLs of responsive images.
|
||||
|
||||
```php
|
||||
use Spatie\MediaLibrary\Support\UrlGenerator\DefaultUrlGenerator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue