add heroicons icon set
This commit is contained in:
@@ -30,7 +30,7 @@ trait OverrideTableTrait
|
||||
*
|
||||
* @return Table
|
||||
*/
|
||||
public function getTable(string $tableName = null)
|
||||
public function getTable(string|null $tableName)
|
||||
{
|
||||
if ($this->_table instanceof Table) {
|
||||
return $this->_table;
|
||||
|
||||
Reference in New Issue
Block a user