41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
|
name: Validated
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: SerializesModels
|
||
|
type: class
|
||
|
source: Illuminate\Queue\SerializesModels
|
||
|
- name: SerializesModels
|
||
|
type: class
|
||
|
source: SerializesModels
|
||
|
properties:
|
||
|
- name: guard
|
||
|
visibility: public
|
||
|
comment: '# * The authentication guard name.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
- name: user
|
||
|
visibility: public
|
||
|
comment: '# * The user retrieved and validated from the User Provider.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var \Illuminate\Contracts\Auth\Authenticatable'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: guard
|
||
|
- name: user
|
||
|
comment: "# * The authentication guard name.\n# *\n# * @var string\n# */\n# public\
|
||
|
\ $guard;\n# \n# /**\n# * The user retrieved and validated from the User Provider.\n\
|
||
|
# *\n# * @var \\Illuminate\\Contracts\\Auth\\Authenticatable\n# */\n# public $user;\n\
|
||
|
# \n# /**\n# * Create a new event instance.\n# *\n# * @param string $guard\n\
|
||
|
# * @param \\Illuminate\\Contracts\\Auth\\Authenticatable $user\n# * @return\
|
||
|
\ void"
|
||
|
traits:
|
||
|
- Illuminate\Queue\SerializesModels
|
||
|
- SerializesModels
|
||
|
interfaces: []
|