Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.x] Use the policies() method instead of the property policies (#30189
) This change allows to use the *unused* `policies()` method and also to do something like this: ```php /** * Get the policies defined on the provider. * * @return array */ public function policies() { return config('policies', []); } ```
- Loading branch information