mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
commit
bb4716a9ee
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class DataSource extends Object {
|
|||
* @param mixed $conditions The conditions to use for deleting.
|
||||
* @return boolean Success
|
||||
*/
|
||||
public function delete(Model $model, $id = null) {
|
||||
public function delete(Model $model, $conditions = null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue