Skip to content

Commit

Permalink
Improve PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 12, 2024
1 parent f467bc7 commit 09fd46e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Traits/HasTableAlias.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

trait HasTableAlias
{
/**
* Qualify the given column name by the model's table.
*
* @param string $column
* @return string
*/
/** @inheritDoc */
public function qualifyColumn($column)
{
if (str_contains($column, '.')) {
Expand Down

0 comments on commit 09fd46e

Please sign in to comment.