platform/api/laravel/Foundation/Http/Middleware/Concerns/ExcludesPaths.yaml
2024-09-02 10:44:11 -07:00

26 lines
495 B
YAML

name: ExcludesPaths
class_comment: null
dependencies: []
properties: []
methods:
- name: inExceptArray
visibility: protected
parameters:
- name: request
comment: '# * Determine if the request has a URI that should be excluded.
# *
# * @param \Illuminate\Http\Request $request
# * @return bool'
- name: getExcludedPaths
visibility: public
parameters: []
comment: '# * Get the URIs that should be excluded.
# *
# * @return array'
traits: []
interfaces: []