Merge pull request #1675 from bar/patch-1

Wrong signature.
This commit is contained in:
Mark Story 2013-09-25 06:37:39 -07:00
commit bb4716a9ee

View file

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