26 lines
495 B
YAML
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: []
|