api/laravel/Database/Events/NoPendingMigrations.yaml

22 lines
515 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: NoPendingMigrations
class_comment: null
dependencies: []
properties:
- name: method
visibility: public
comment: '# * The migration method that was called.
# *
# * @var string'
methods:
- name: __construct
visibility: public
parameters:
- name: method
comment: "# * The migration method that was called.\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: []