We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197771 commit 484d114Copy full SHA for 484d114
config/filament-flexible-blocks-asset-manager.php
@@ -89,8 +89,8 @@
89
| Asset authorisation
90
|--------------------------------------------------------------------------
91
|
92
- | The assets URLs can be protected and access to the Filament can be configured.
93
- | You need to define a new model policy and add an extra function for the public
+ | The assets URLs can be protected and access to the Filament can be configured.
+ | You need to define a new model policy and add an extra function for the public
94
| file access of the asset. The name of this function needs to be added to the key
95
| 'gate'. The policy class needs to be added to the key 'policy'.
96
| see https://laravel.com/docs/11.x/authorization#gates and
0 commit comments