platform/api/laravel/Database/Events/NoPendingMigrations.yaml
2024-09-02 10:44:11 -07:00

21 lines
515 B
YAML

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: []