api/laravel/Database/Console/Migrations/TableGuesser.yaml

20 lines
342 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: TableGuesser
class_comment: null
dependencies: []
properties: []
methods:
- name: guess
visibility: public
parameters:
- name: migration
comment: '# * Attempt to guess the table name and "creation" status of the given
migration.
# *
# * @param string $migration
# * @return array'
traits: []
interfaces: []