Add delete to non-static methods

This commit is contained in:
Barry vd. Heuvel
2013-06-04 14:12:23 +02:00
parent cca1b5896e
commit 32918908fc
+1 -1
View File
@@ -70,7 +70,7 @@ return array(
*/
'nonstatic' => array(
'Eloquent' => array('freshTimestamp', 'newCollection', 'toArray', 'toJson', 'toSql'),
'Eloquent' => array('freshTimestamp', 'newCollection', 'toArray', 'toJson', 'toSql', 'delete'),
),
/*