diff --git a/src/Models/DagEdge.php b/src/Models/DagEdge.php index ce5ca3a..b3b6226 100644 --- a/src/Models/DagEdge.php +++ b/src/Models/DagEdge.php @@ -35,7 +35,7 @@ public function getConnectionName() return $this->defaultDatabaseConnectionName(); } - public function getTableName() + public function getTable() { return $this->defaultTableName(); }