phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

[BugFix] "Fatal Error: Typed property Phalcon\Migrations\Version\IncrementalItem::$path must not be accessed before initialization" #149

Open VaD1ke opened 4 months ago

VaD1ke commented 4 months ago

Expected and Actual Behavior

The php vendor/bin/phalcon-migrations run command fails with fatal type error.

"Fatal Error: Typed property Phalcon\Migrations\Version\IncrementalItem::$path must not be accessed before initialization"

Details