Skip to content

Commit

Permalink
add deprecated alias getNameFqn
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerin committed Jul 25, 2022
1 parent 572fe29 commit 4d4854d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Platforms/Data/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ class Table

/** @var bool */
public $isView;

/**
* @deprecated Use getUnescapedFqn()
*/
public function getNameFqn(): string
{
return $this->getUnescapedFqn();
}


/**
Expand Down

0 comments on commit 4d4854d

Please sign in to comment.