26 lines
639 B
YAML
26 lines
639 B
YAML
|
name: MigrationsEvent
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: MigrationEventContract
|
||
|
type: class
|
||
|
source: Illuminate\Contracts\Database\Events\MigrationEvent
|
||
|
properties:
|
||
|
- name: method
|
||
|
visibility: public
|
||
|
comment: '# * The migration method that was invoked.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: method
|
||
|
comment: "# * The migration method that was invoked.\n# *\n# * @var string\n# */\n\
|
||
|
# public $method;\n# \n# /**\n# * Create a new event instance.\n# *\n# * @param\
|
||
|
\ string $method\n# * @return void"
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- MigrationEventContract
|