platform/api/laravel/Database/Console/Migrations/TableGuesser.yaml
2024-09-02 10:44:11 -07:00

19 lines
342 B
YAML

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