File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ public function pkey($pkey = null)
481481
482482 if (is_string ($ pkey )) {
483483 $ this ->_pkey = [$ pkey ];
484+
484485 return $ this ;
485486 }
486487
Original file line number Diff line number Diff line change @@ -2325,11 +2325,11 @@ private function _optionsSearch($http)
23252325 /**
23262326 * Delete one or more rows from the database for an individual table.
23272327 *
2328- * @param string $table Database table name to use
2329- * @param array $ids Array of ids to remove
2328+ * @param string $table Database table name to use
2329+ * @param array $ids Array of ids to remove
23302330 * @param string|array|null $pkey Database column name to match the ids on for the
2331- * delete condition. If not given the instance's base primary key is
2332- * used.
2331+ * delete condition. If not given the instance's base primary key is
2332+ * used.
23332333 */
23342334 private function _remove_table ($ table , $ ids , $ pkey = null )
23352335 {
You can’t perform that action at this time.
0 commit comments