HOR-4383 Import Pmtable in a new workspace
- Change type validation in load additional table by name.
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
7384d2ef26
commit
c414dfef7d
@@ -138,6 +138,14 @@ class AdditionalTables extends BaseAdditionalTables
|
||||
return $this->primaryKeys;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load Additional table by name
|
||||
*
|
||||
* @param string $name
|
||||
* @return array
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public function loadByName($name)
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user