diff --git a/src/Writer/Factory.php b/src/Writer/Factory.php index 9a69f61..702b289 100644 --- a/src/Writer/Factory.php +++ b/src/Writer/Factory.php @@ -19,6 +19,11 @@ class Factory '/^.+\.info$/i' => Drupal7::class, ]; + /** + * package install path + */ + protected string $path; + /** * Given a package install path, return the appropriate .info file writer. */