diff --git a/src/Platforms/Data/Table.php b/src/Platforms/Data/Table.php index 17427c8..a9247b2 100644 --- a/src/Platforms/Data/Table.php +++ b/src/Platforms/Data/Table.php @@ -19,6 +19,14 @@ class Table /** @var bool */ public $isView; + + /** + * @deprecated Use getUnescapedFqn() + */ + public function getNameFqn(): string + { + return $this->getUnescapedFqn(); + } /**