We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73ce864 + fd2990b commit fc9c48aCopy full SHA for fc9c48a
src/ModelTrait.php
@@ -24,6 +24,6 @@ public static function getObserverClassName()
24
25
public function getDynamoDbTableName()
26
{
27
- return $this->getTableName();
+ return $this->getTable();
28
}
29
0 commit comments