add heroicons icon set

This commit is contained in:
2026-01-02 22:04:03 -08:00
parent d2b733bd0e
commit 7f6ed72807
652 changed files with 8591 additions and 4 deletions

View File

@@ -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;