diff options
Diffstat (limited to 'app/class/Modelhome.php')
-rw-r--r-- | app/class/Modelhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php index e3d60a3..943f4bd 100644 --- a/app/class/Modelhome.php +++ b/app/class/Modelhome.php @@ -45,7 +45,7 @@ class Modelhome extends Modelpage * @param Opt $opt * @param string $regex */ - public function table2(array $table, Opt $opt, string $regex, array $searchopt) + public function table2(array $table, Opt $opt, string $regex = "", array $searchopt = []) { |