Skip to content

Commit

Permalink
Merge branch 'dealense7-add_get_table_to_dag_edge_model'
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Mar 28, 2023
2 parents f79b584 + 1494eff commit 1954b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/DagEdge.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getConnectionName()
return $this->defaultDatabaseConnectionName();
}

public function getTableName()
public function getTable()
{
return $this->defaultTableName();
}
Expand Down

0 comments on commit 1954b29

Please sign in to comment.