From 64ff68d165feafffc46a82828897c38fc9ebd318 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 11 Feb 2019 09:24:10 +0000 Subject: [PATCH] dbalyeroo : clearRequest return now $this to be chained git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5004 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- dblayeroo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dblayeroo.php b/dblayeroo.php index e169d36..316e392 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -1485,6 +1485,7 @@ class dblayeroo // The foreign keys can be defined in the constructor for all the // modifications checks. No need to remove them //$this->setForeignObj = array (); + return $this; } /* }}} */